Files
slic/test.md
T
tligui_y a637a7dfbb
Run Pytest with HTML and XML Test Reports / tests (push) Successful in 30s
Update test.md
2025-07-18 01:29:54 +02:00

475 B

🧪 Rapport de tests

  • 📁 test_module.py
    • 🔧 test_add

      • ➡️ Test #1
        Input: x=1, y=2
        Résultat: 3
        Attendu : 3
        Durée : 0.01s
        
      • ➡️ Test #2
        Input: x=4, y=5
        Résultat: 9
        Attendu : 9
        Durée : 0.02s