diff --git a/pytest.ini b/pytest.ini index b4f1554..e701bf5 100644 --- a/pytest.ini +++ b/pytest.ini @@ -5,7 +5,7 @@ python_functions = test_* markers = unit: marks tests as unit tests integration: marks tests as integration tests -addopts = -v -ra -q +addopts = -v -ra # ignore directories norecursedirs = *.egg .git .* _darcs build dist venv \ No newline at end of file