Integration tests This dir contains integration tests, the aim is to test the Command Line Interface and its output from a pure user point of view. Installation cd test virtualenv --python=python3 venv source venv/bin/activate pip install -r requirements.txt Running tests pytest