From d7440feb14122c70e85561c08498a9a49c526872 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Wed, 18 Sep 2019 21:52:22 +0200 Subject: [PATCH] Don't show output in tests It breaks tests because color is not stripped when output is in the tty. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ca57b61..c03d43e 100644 --- a/Makefile +++ b/Makefile @@ -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/