hbui
2024-07-23 4ac5bac6e8ed741dd2725d221d7702a2eba50c90
fix python automatically test discovery
2 files modified
5 files renamed
6 ■■■■ changed files
num-int/Readme.md 2 ●●● patch | view | raw | blame | history
num-int/tests/__init__.py patch | view | raw | blame | history
num-int/tests/numint/ExpressionTest.py 2 ●●● patch | view | raw | blame | history
num-int/tests/numint/__init__.py patch | view | raw | blame | history
num-int/tests/numint/input_parser_test.py patch | view | raw | blame | history
num-int/tests/numint/riemann_sum_test.py patch | view | raw | blame | history
stundenplan/Readme.md 2 ●●● patch | view | raw | blame | history
num-int/Readme.md
@@ -13,7 +13,7 @@
## Run Unittest
```shell
python3 -m unittest discover --pattern *test.py
python3 -m unittest discover --pattern '*test.py'
```
## Run programm
num-int/tests/__init__.py
num-int/tests/numint/ExpressionTest.py
File was renamed from num-int/test/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):
num-int/tests/numint/__init__.py
num-int/tests/numint/input_parser_test.py
num-int/tests/numint/riemann_sum_test.py
stundenplan/Readme.md
@@ -17,5 +17,5 @@
## Run programm
```shell
echo "TODO: to be done by student"
```