diff --git a/test.md b/test.md index 9705d3da..00e3ac16 100644 --- a/test.md +++ b/test.md @@ -1,54 +1,12 @@ -# 🧪 Rapport de tests - -## 📋 Résumé - -- **Total**: 3 -- **Réussis**: 2 -- **Échecs**: 1 - ---- -
📁 test_module.py -│ -├──
-│ 🔧 Fonction: test_add -│ -│ ├──
-│ │ ✅ Test #1 — x=1, y=2 -│ │ -│ │ ```python -│ │ Résultat: 3 -│ │ Attendu : 3 -│ │ ``` -│ │ -│
-│ -│ └──
-│ ✅ Test #2 — x=-1, y=1 -│ -│ ```python -│ Résultat: 0 -│ Attendu : 0 -│ ``` -│ -│
-│ -
+  
+  🔧 Fonction: test_add -│ -└──
- 🔧 Fonction: test_divide +    
+    ✅ Test #1 — x=1, y=2 -
- ❌ Test #3 — x=5, y=0 - - ```python - Résultat: ZeroDivisionError non levée - Attendu : Levée de ZeroDivisionError - ``` - -
- -
+```python +Résultat: 3 +Attendu : 3