Adds pytest to contributing

This commit is contained in:
Sergi Delgado Segura
2019-10-26 17:48:11 -07:00
parent 3eb4abda3e
commit e1af22ff12

View File

@@ -34,6 +34,6 @@ else:
Code should be, at least, documented using docstrings. We use the [Sphinx Google Style](https://www.sphinx-doc.org/en/master/usage/extensions/example_google.html#example-google) for documenting functions.
## Test Coverage
Tests should be provided to cover both positive and negative conditions. Test should cover both the proper execution as well as all the covered error paths. PR with no proper test coverage will be rejected.
We use [pytest](https://docs.pytest.org/en/latest/) to build and run tests. Tests should be provided to cover both positive and negative conditions. Test should cover both the proper execution as well as all the covered error paths. PR with no proper test coverage will be rejected.