Karim shoair commited on
Commit ·
c14fc62
1
Parent(s): a192676
make tests verbose for easier debugging later
Browse files- pytest.ini +1 -1
pytest.ini
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
[pytest]
|
| 2 |
-
addopts = -p no:warnings --doctest-modules --ignore=setup.py
|
|
|
|
| 1 |
[pytest]
|
| 2 |
+
addopts = -p no:warnings --doctest-modules --ignore=setup.py --verbose
|