From 5fa649d867cba561e1c5696f93832d1d34d46824 Mon Sep 17 00:00:00 2001 From: "niehues.mark@gmail.com" <niehues.mark@gmail.com> Date: Mon, 30 Mar 2020 19:18:10 +0200 Subject: [PATCH] test intructions --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08b45ff..a47daf0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,17 @@ # Routing for Electric Vehicles +## Tests +Teste are done using PyTest. To run the tests, the +dev dependencies must be installed: + +```shell script +pipenv install --dev +``` + +Then simply run pytest within the root folder: + +```shell script +pipenv shell pytest +``` ## Extras @@ -7,7 +20,7 @@ To draw all graphs, respectively create ```.tex``` snippets (that make use of the [tikz-network](https://www.ctan.org/pkg/tikz-network)), use: -```bash +```shell script python draw_graphs.py [path] path - Path to the location where the .tex files -- GitLab