Update test.md
Run Pytest with HTML and XML Test Reports / tests (push) Successful in 30s

This commit is contained in:
2025-07-18 00:41:30 +02:00
parent 1017dd1b64
commit 089d323249
+7 -49
View File
@@ -1,54 +1,12 @@
# 🧪 Rapport de tests
## 📋 Résumé
- **Total**: 3
- **Réussis**: 2
- **Échecs**: 1
---
<details>
<summary>📁 test_module.py</summary>
├── <details>
│ <summary>🔧 Fonction: test_add</summary>
│ ├── <details>
│ │ <summary>✅ Test #1 — x=1, y=2</summary>
│ │
│ │ ```python
│ │ Résultat: 3
│ │ Attendu : 3
│ │ ```
│ │
│ </details>
│ └── <details>
│ <summary>✅ Test #2 — x=-1, y=1</summary>
│ ```python
│ Résultat: 0
│ Attendu : 0
│ ```
│ </details>
</details>
&nbsp;&nbsp;<details>
&nbsp;&nbsp;<summary>🔧 Fonction: test_add</summary>
└── <details>
<summary>🔧 Fonction: test_divide</summary>
&nbsp;&nbsp;&nbsp;&nbsp;<details>
&nbsp;&nbsp;&nbsp;&nbsp;<summary>✅ Test #1 — x=1, y=2</summary>
<details>
<summary>❌ Test #3 — x=5, y=0</summary>
```python
Résultat: ZeroDivisionError non levée
Attendu : Levée de ZeroDivisionError
```
</details>
</details>
```python
Résultat: 3
Attendu : 3