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

9 lines
256 B
Markdown
Raw Normal View History

2022-01-27 15:39:19 +02:00
# 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.