Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 466 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 466 Bytes

Contributing

To get setup in the environment and run the tests, take the following steps:

python3 -m venv env
source env/bin/activate
pip install -e '.[testing]'

flake8
coverage run && coverage report

Please format your code contributions with the yapf formatter:

yapf -i --recursive --style=pep8 pamqp

Test Coverage

Pull requests that make changes or additions that are not covered by tests will likely be closed without review.