Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 249 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (17 loc) · 249 Bytes

Running tests localy

To setup and run the tests you can install the needed test requirements using.

pip install -e .[tests]
pytest

Code Style

To install

pip install black

To run them.

black ./