Set up code coverage

pull/240/head
Ivan Habunek 2022-11-29 11:25:52 +01:00
rodzic a0353f9bbe
commit be0c5653af
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: CDBD63C43A30BB95
3 zmienionych plików z 7 dodań i 2 usunięć

3
.coveragerc 100644
Wyświetl plik

@ -0,0 +1,3 @@
[run]
source=./toot
command_line=-m pytest

Wyświetl plik

@ -11,7 +11,9 @@ test:
pytest -v
coverage:
py.test --cov=toot --cov-report html tests/
coverage erase
coverage run
coverage report
clean :
find . -name "*pyc" | xargs rm -rf $1

Wyświetl plik

@ -1,7 +1,7 @@
coverage
keyring
psycopg2-binary
pytest
pytest-cov
pytest-xdist[psutil]
pyxdg
pyyaml