Skip to content

Commit fb1b48a

Browse files
committed
ok, --verbose for pytest everywhere
1 parent e56e480 commit fb1b48a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[pytest]
2+
addopts = --verbose
23
filterwarnings = error

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ setenv=
2020
qt5reactor: REACTOR = qt5reactor
2121
asyncioreactor: REACTOR = asyncio
2222
commands=
23-
pytest --verbose --reactor={env:REACTOR}
23+
pytest --reactor={env:REACTOR}
2424
sitepackages=False
2525
download=true
2626

0 commit comments

Comments
 (0)