Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 242 Bytes

File metadata and controls

13 lines (9 loc) · 242 Bytes

Contributing

Workflow

  • Branch off develop
  • Open a PR targeting develop
  • For bug fixes or new features, include or update tests in tests/test_plugin.py

Running tests

python3 -m unittest tests/test_plugin.py -v