From 82a4fcbc350085b96ae90d61782ebe9185c2f38b Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 23 Jul 2024 19:27:07 +0100 Subject: [PATCH] this could be it! --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index c42ae19..d5aba57 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,5 @@ [pytest] -addopts = -s +addopts = -s -v --durations=0 testpaths = pytests markers = chrome: chrome tests only.