Files
slic/test.md
T
tligui_y b076084632
Run Pytest with HTML and XML Test Reports / tests (push) Successful in 27s
Update test.md
2025-07-18 10:59:57 +02:00

820 B

🧪 Rapport de tests

  • 📁 test_module.py
    • ➡️ 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 #3
      Input: x=10, y=20
      Résultat: 30
      Attendu : 30
      Durée : 0.03s
      
    • ➡️ Test #4
      Input: x=0, y=0
      Résultat: 0
      Attendu : 0
      Durée : 0.01s