Fix typos discovered by codespell
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ def pytest_addoption(parser):
|
||||
|
||||
def pytest_configure(config):
|
||||
config.addinivalue_line(
|
||||
"markers", "longrun: mark test that is running slowly and should not be run regularily"
|
||||
"markers", "longrun: mark test that is running slowly and should not be run regularly"
|
||||
)
|
||||
if not config.option.longrun:
|
||||
setattr(config.option, 'markexpr', 'not longrun')
|
||||
|
||||
Reference in New Issue
Block a user