Fixed E124 flake8 errors
closing bracket does not match visual indentation
This commit is contained in:
@@ -122,11 +122,11 @@ def pytest_configure(config):
|
||||
"decorated test function, one with arg1=1 and another with arg1=2."
|
||||
"see http://pytest.org/latest/parametrize.html for more info and "
|
||||
"examples."
|
||||
)
|
||||
)
|
||||
config.addinivalue_line("markers",
|
||||
"usefixtures(fixturename1, fixturename2, ...): mark tests as needing "
|
||||
"all of the specified fixtures. see http://pytest.org/latest/fixture.html#usefixtures "
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
@hookimpl(trylast=True)
|
||||
|
||||
Reference in New Issue
Block a user