diff --git a/test.md b/test.md index bdc0e774e..65cd5ae7f 100644 --- a/test.md +++ b/test.md @@ -30,3 +30,34 @@ + + -
+ 📁 test_module.py + + - 🔧 test_add + + -
+ ➡️ 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 + ``` + +
+ +