Don't show output in tests

It breaks tests because color is not stripped when output is in the tty.
pull/130/head
Ivan Habunek 2019-09-18 21:52:22 +02:00
rodzic 9623219959
commit d7440feb14
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: CDBD63C43A30BB95
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -11,7 +11,7 @@ publish :
twine upload dist/*.tar.gz dist/*.whl
test:
pytest -v -s
pytest -v
coverage:
py.test --cov=toot --cov-report html tests/