Skip to content

Commit f5e9000

Browse files
youtuxolegpidsadnyi
authored andcommitted
Fix missed pytest options
1 parent c298a3e commit f5e9000

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[pytest]
2+
pep8maxlinelength=120
3+
addopts=-vvl
24
filterwarnings =
35
error
46
ignore::DeprecationWarning

tox.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,3 @@ commands=
4040
coverage run --branch --source=pytest_bdd {envbindir}/pytest tests
4141
coverage report -m
4242
coveralls
43-
44-
[pytest]
45-
pep8maxlinelength=120
46-
addopts=-vvl

0 commit comments

Comments
 (0)