num-int/Readme.md | ●●●●● patch | view | raw | blame | history | |
num-int/tests/__init__.py | patch | view | raw | blame | history | |
num-int/tests/numint/ExpressionTest.py | ●●●●● 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 | ●●●●● 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" ```