Prepare pytest for end-to-end testing
This commit is contained in:
parent
2bbb594d62
commit
539a983505
3 changed files with 5 additions and 3 deletions
2
tests/conftest.py
Normal file
2
tests/conftest.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
def pytest_configure(config):
|
||||
config.addinivalue_line("markers", "e2e: mark as end to end test.")
|
||||
Loading…
Add table
Add a link
Reference in a new issue