Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 249 Bytes

DEVELOPMENT.md

File metadata and controls

22 lines (15 loc) · 249 Bytes

Developers Guide

Running tests, lint checks and formatters

Run all tests and lint checks

$ tox -e ALL

Running Python unit tests

$ python -m unittest

or

$ pip install tox
$ tox -e py39