Prepare pytest for end-to-end testing

This commit is contained in:
Marty Oehme 2021-12-16 13:07:09 +01:00
parent 2bbb594d62
commit 539a983505
Signed by: Marty
GPG key ID: B7538B8F50A1C800
3 changed files with 5 additions and 3 deletions

2
tests/conftest.py Normal file
View file

@ -0,0 +1,2 @@
def pytest_configure(config):
config.addinivalue_line("markers", "e2e: mark as end to end test.")