From a637a7dfbb4d8f970280d294549686246fe1d6da Mon Sep 17 00:00:00 2001 From: tligui_y Date: Fri, 18 Jul 2025 01:29:54 +0200 Subject: [PATCH] Update test.md --- test.md | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/test.md b/test.md index a8532a06..bdc0e774 100644 --- a/test.md +++ b/test.md @@ -1,32 +1,32 @@ # 🧪 Rapport de tests -
-📁 test_module.py +-
+ 📁 test_module.py -- 🔧 test_add - - -
- ➡️ Test #1 - - ```python - Input: x=1, y=2 - Résultat: 3 - Attendu : 3 - Durée : 0.01s - ``` - -
+ - 🔧 test_add -
- ➡️ Test #1 + ➡️ Test #1 - ```python - Input: x=1, y=2 - Résultat: 3 - Attendu : 3 - Durée : 0.01s - ``` + ```python + Input: x=1, y=2 + Résultat: 3 + Attendu : 3 + Durée : 0.01s + ``` -
+
-
\ No newline at end of file + -
+ ➡️ Test #2 + + ```python + Input: x=4, y=5 + Résultat: 9 + Attendu : 9 + Durée : 0.02s + ``` + +
+ +