Files
slic/test.md
T
tligui_y 5e4135b7d4
Run Pytest with HTML and XML Test Reports / tests (push) Successful in 25s
Update test.md
2025-07-18 10:49:32 +02:00

928 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
        
    📁 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