diff --git a/pytest.ini b/pytest.ini index 2e0fa86..93b6f6d 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,5 @@ [pytest] -addopts = -ra +addopts = -ra --color=yes python_files = test_*.py *_test*.py