Skip to content

Commit 8ae5215

Browse files
authored
Merge pull request #82 from altendky/verbose
--verbose for pytest
2 parents d0f9afd + 71496e3 commit 8ae5215

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,3 @@ commands=flake8 *.py testing
2828

2929
[flake8]
3030
ignore=N802
31-
32-
[pytest]
33-
addopts=-v

0 commit comments

Comments
 (0)