TestingΒΆ

For testing, please clone the repository and install the required dependencies:

git clone https://github.com/FraunhoferIWES/iwopy.git
cd iwopy
pip install -e .[test]

The tests are then run by

pytest tests