Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 525 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 525 Bytes

When submitting pull requests, please do the following to make it easier to incorporate your changes:

  • Include unit and/or functional tests that validate changes you're making.
  • Rebase your changes onto the HEAD of my fork if you can do so cleanly.
  • If submitting additional functionality, provide an example of how to use it.
  • Please keep code style consistent with surrounding code.

Testing

You can run all tests by simply running pytest from your favorite shell.

Please make sure your tests run on Python 3.8.