diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-23 20:51:10 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-23 20:51:10 +0100 |
commit | 340ae8d6fdbacb370777560b68674406eb554a18 (patch) | |
tree | 9a680cd0a276c7082aee96534054bf80f7ec0007 | |
parent | e9c5aacdfebe65cc865cb9c2b56f456daa1214c1 (diff) |
removed color from pytest output
-rw-r--r-- | pytest.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ [pytest] -addopts = --ds=config.settings.test +addopts = --ds=config.settings.test --color=no python_files = tests.py test_*.py |