-
🛠️ Test 1
**📌 Runtime Parameters**
```python
{ "param1": 5, "param2": "test_value" }
```
**🔧 Setup Phase**
**duration:**
```python
0.00292950951726961
```
**outcome:**
```python
passed
```
**🔧 Call Phase**
**duration:**
```python
0.0004277529660612345
```
**outcome:**
```python
passed
```
# 🧪 Rapport de tests
-
📁 test_module.py
-
➡️ Test #1
```python
Input: x=1, y=2
Résultat: 3
Attendu : 3
Durée : 0.01s
```
-
➡️ Test #2
```python
Input: x=4, y=5
Résultat: 9
Attendu : 9
Durée : 0.02s
```
-
📁 test_module.py
-
➡️ Test #3
```python
Input: x=10, y=20
Résultat: 30
Attendu : 30
Durée : 0.03s
```
-
➡️ Test #4
```python
Input: x=0, y=0
Résultat: 0
Attendu : 0
Durée : 0.01s
```