Fixed E126 flake8 errors

continuation line over-indented for hanging indent
This commit is contained in:
Andras Tim
2017-07-17 01:25:07 +02:00
parent 92e2cd9c68
commit e855a79dd4
15 changed files with 64 additions and 64 deletions

View File

@@ -772,7 +772,7 @@ def test_assertrepr_loaded_per_dir(testdir):
b_conftest.write('def pytest_assertrepr_compare(): return ["summary b"]')
result = testdir.runpytest()
result.stdout.fnmatch_lines([
'*def test_base():*',
'*def test_base():*',
'*E*assert 1 == 2*',
'*def test_a():*',
'*E*assert summary a*',