Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 354 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 354 Bytes

Contributing

Before submitting a pull request, make sure you have validated all tests pass as well as ensuring 100% code coverage.

To run tests, you must have pytest, pytest-asyncio and pytest-cov installed, then run the following command:

mypy pylitterbot tests
pylint pylitterbot tests
pytest --cov --cov-report term-missing -vv