From 9a7f489eb79375993a0933308a5868b6e488b861 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Wed, 6 Nov 2024 12:20:05 +0200 Subject: [PATCH] make tests verbose for easier debugging later --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 9ec48c5..df7eb7e 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,2 @@ [pytest] -addopts = -p no:warnings --doctest-modules --ignore=setup.py \ No newline at end of file +addopts = -p no:warnings --doctest-modules --ignore=setup.py --verbose \ No newline at end of file