Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 329 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (6 loc) · 329 Bytes

Contributing

Python code should be be compatible with Python 3.6 or later and developed according to the recommendations of the PEP-8 style guide. The Pylint package should be used to test compliance.

Tests should use the Pytest package and cover all functional elements.