From ee79de749f60eca1b8f353668070fda36e4a9e61 Mon Sep 17 00:00:00 2001 From: hbui <hong-phuc.bui@htwsaar.de> Date: Fri, 19 Jul 2024 13:05:42 +0200 Subject: [PATCH] add CLI Befehle for Unittest in Readme --- num-int/Readme.md | 8 ++++++++ num-int/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletions(-) diff --git a/num-int/Readme.md b/num-int/Readme.md new file mode 100644 index 0000000..fd81b83 --- /dev/null +++ b/num-int/Readme.md @@ -0,0 +1,8 @@ +# Berechne linken und rechten Riemann-Intergral + +## Run Unittest: + +```shell +python3 -m unittet discover --pattern *test.py +``` + diff --git a/num-int/pyproject.toml b/num-int/pyproject.toml index abc2b36..007b351 100644 --- a/num-int/pyproject.toml +++ b/num-int/pyproject.toml @@ -3,7 +3,7 @@ build-backend = "setuptools.build_meta" [project] -name = "wettercdc" +name = "num-int" version = "0.0.1" [tool.setuptools.packages.find] -- Gitblit v1.10.0-SNAPSHOT