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