wiki.selfprivacy.org/src/rest-api/testing.md

9 lines
256 B
Markdown

# Testing
We use pytest.
`coverage run -m pytest && coverage xml && coverage report`
# Code formatting
[Black](https://github.com/psf/black).
# Security
[Bandit](https://github.com/PyCQA/bandit).
# Linting
Pylint is recommended, but not enforced right now.