Skip to content

Commit b4b0d38

Browse files
committed
Fix PEP8 issues
1 parent 7a5f750 commit b4b0d38

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/test_live_server.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@ def index():
8181
assert b'got it' in res.read()
8282
''')
8383
result_with = appdir.runpytest('-v',
84-
'--no-start-live-server',
85-
'--live-server-clean-stop',
86-
'--cov=%s' % str(appdir.tmpdir),
87-
'--cov-report=term-missing')
84+
'--no-start-live-server',
85+
'--live-server-clean-stop',
86+
'--cov=%s' % str(appdir.tmpdir),
87+
'--cov-report=term-missing')
8888
result_without = appdir.runpytest('-v',
89-
'--no-start-live-server',
90-
'--no-live-server-clean-stop',
91-
'--cov=%s' % str(appdir.tmpdir),
92-
'--cov-report=term-missing')
89+
'--no-start-live-server',
90+
'--no-live-server-clean-stop',
91+
'--cov=%s' % str(appdir.tmpdir),
92+
'--cov-report=term-missing')
9393

9494
def _get_missing(r):
9595
for line in r.outlines:

0 commit comments

Comments
 (0)