Pull requests are welcome!
Feel free to open an issue if you found a bug, have new ideas, suggestions or found a mistake in documentation.
We use GitHub Issues to track bugs. If you found a bug, please, open a new issue.
Try to include steps to reproduce and detailed description of the bug and maybe some sample code.
- Fork the repository and create a new branch from
master
. - Make your changes and do not forget about new tests :)
- Ensure the tests pass with your changes.
- Create a new PR!
The project uses black as a autoformatter tool and checker and a few linters.
To run tests you have to install tox.
Run tests:
tox
Run a specific test using python 3.7:
tox -e py37 -- -k test_add_message_handler