diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 734216b..6b0ee63 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -36,9 +36,13 @@ Commits #. If the commit solves part of the issue reported, include *refs #[Issue number]* in a commit message. #. If the commit solves whole issue reported, please refer to `Closing issues via commit messages `_ for ways to close issues when commits will be merged. - Coding style ------------ -#. All python coding style are being enforced by `Pylama `_ and configured in pylama.ini file. -#. Additional, not always mandatory checks are being performed by `QuantifiedCode `_ \ No newline at end of file +#. Coding style is being handled by black and doublechecked by pycodestyle and pydocstyle + +Testing +------- + +# Tests are writen using pytest. +# PR tests run on Github Actions.