From 85aebb99ad573d6a583a8f2c5e8ea8324f8df343 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Fri, 18 Jul 2025 10:55:26 +0200 Subject: [PATCH] Update test.md --- test.md | 64 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 31 insertions(+), 33 deletions(-) diff --git a/test.md b/test.md index ee613f51..ae3e04d0 100644 --- a/test.md +++ b/test.md @@ -3,39 +3,6 @@ -
📁 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 - ``` - -
- -
- - -
- 📁 test_module.py - - - 🔧 test_add - -
➡️ Test #1 @@ -61,3 +28,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 + ``` + +
+ +