Skip to content
Snippets Groups Projects
niehues.mark@gmail.com's avatar
markn92 authored
07c8fc3c
History

Routing for Electric Vehicles

Tests

Teste are done using PyTest. To run the tests, the dev dependencies must be installed:

pipenv install --dev

Then simply run pytest within the root folder:

pipenv shell pytest

Extras

Draw Graphs used for Testing

To draw all graphs, respectively create .tex snippets (that make use of the tikz-network), use:

python draw_graphs.py [path]

    path -  Path to the location where the .tex files
            should be exported to. Default is './plots'.