Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Turris
nsfarm
Commits
aa33e65d
Verified
Commit
aa33e65d
authored
Oct 04, 2019
by
Karel Koci
🤘
Browse files
Add dependency on pytest-html and lazy-fixtures
parent
94b8f29a
Changes
2
Hide whitespace changes
Inline
Side-by-side
conftest.py
View file @
aa33e65d
...
...
@@ -9,6 +9,8 @@ import os
import
argparse
import
configparser
pytest_plugins
=
(
"pytest_html"
,
)
def
pytest_addoption
(
parser
):
parser
.
addoption
(
...
...
requirements.txt
View file @
aa33e65d
pytest
>=5.0
pytest-lazy-fixture
>=0.5
pytest-html
>=2.0
pexpect
pyserial
pylxd
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment