Installing tests dependencies and running tests

To run the tests, extra Python dependencies are needed:

To install them from sbws

pip install .[dev] && pip install .[test]

To run the tests:

tox