This dir contains integration tests, aimed to test the Command Line Interface and its output from a pure user point of view.
See also Contributing.
cd test
virtualenv --python=python3 venv
source venv/bin/activate
pip install -r requirements.txt
To run all the tests:
pytest
To run specific modules:
pytest test_lib.py
To run very specific test functions:
pytest test_lib.py::test_list