Tests are executed with run.py script. Run it with --help
or see
its source to view the usage. Actual test cases and test libraries used by
them are in tests and libs directories, respectively.
Running tests has dependencies listed in ../requirements-dev.txt file. Install them using pip:
pip install -r requirements-dev.txt