We love pull requests! Here's a quick guide to general development on this project.
Developing this project requires:
Pytest
is the testing framework used here. To run tests, run pytest .
at the root of this repository.
This project is formatted using the black
project.