3 lines
102 B
Python
3 lines
102 B
Python
|
def pytest_configure(config):
|
||
|
config.addinivalue_line("markers", "e2e: mark as end to end test.")
|