From 4ac5bac6e8ed741dd2725d221d7702a2eba50c90 Mon Sep 17 00:00:00 2001
From: hbui <hong-phuc.bui@htwsaar.de>
Date: Tue, 23 Jul 2024 17:26:32 +0200
Subject: [PATCH] fix python automatically test discovery

---
 num-int/tests/numint/ExpressionTest.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/num-int/test/numint/ExpressionTest.py b/num-int/tests/numint/ExpressionTest.py
similarity index 95%
rename from num-int/test/numint/ExpressionTest.py
rename to num-int/tests/numint/ExpressionTest.py
index 2348948..7ced0e7 100644
--- a/num-int/test/numint/ExpressionTest.py
+++ b/num-int/tests/numint/ExpressionTest.py
@@ -4,7 +4,7 @@
 
 class MyTestCase(unittest.TestCase):
     """
-    test if the grammer file 'expression.lark' work
+    tests if the grammer file 'expression.lark' work
     """
 
     def test_prio_product_exponent(self):

--
Gitblit v1.10.0-SNAPSHOT