def pytest_configure(config): # register an additional marker config.addinivalue_line( "markers", "pytest: test pytest integration" )