Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 213 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 213 Bytes

CONTRIBUTING

PRs with improvements and new features and Issues with suggestions are welcome.

Testing

  1. Install
    pip install -e .[testing]
    
  2. Run the test suite
    make test