Fixed E261 flake8 errors
at least two spaces before inline comment
This commit is contained in:
@@ -44,7 +44,7 @@ class TestFillFixtures(object):
|
||||
def test_func(some):
|
||||
pass
|
||||
""")
|
||||
result = testdir.runpytest() # "--collect-only")
|
||||
result = testdir.runpytest() # "--collect-only")
|
||||
assert result.ret != 0
|
||||
result.stdout.fnmatch_lines([
|
||||
"*def test_func(some)*",
|
||||
|
||||
Reference in New Issue
Block a user