aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-05-23 20:51:10 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-05-23 20:51:10 +0100
commit340ae8d6fdbacb370777560b68674406eb554a18 (patch)
tree9a680cd0a276c7082aee96534054bf80f7ec0007
parente9c5aacdfebe65cc865cb9c2b56f456daa1214c1 (diff)
removed color from pytest output
-rw-r--r--pytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 7fbd0a5..a2c2bfa 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,3 +1,3 @@
[pytest]
-addopts = --ds=config.settings.test
+addopts = --ds=config.settings.test --color=no
python_files = tests.py test_*.py