Installing tests dependencies and running testsΒΆ

To run the tests, extra Python depenencies are needed:

To install them from sbws

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

To run the tests:

tox