From 62f9ab42b7d9e6e32864a274b75df1fd5d405595 Mon Sep 17 00:00:00 2001 From: bpolania Date: Mon, 31 Mar 2025 14:27:05 -0700 Subject: [PATCH] Update pytest.ini --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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