Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 506 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 506 Bytes

Contributing

Please feel free to contribute!

Guidelines

  1. Please search the issues tab before opening a pull-request and open new issues if necessary.
  2. If your PR includes an enhancement, please write unit tests to go along with it.
  3. Run tests on your local machine before opening a pull-request (see below)

Testing

Tests are written and run using pytest. Ensure you have pytest installed using pip install pytest

To run tests, in the repository root directory simply run pytest.