We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5f750 commit b4b0d38Copy full SHA for b4b0d38
tests/test_live_server.py
@@ -81,15 +81,15 @@ def index():
81
assert b'got it' in res.read()
82
''')
83
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')
+ '--no-start-live-server',
+ '--live-server-clean-stop',
+ '--cov=%s' % str(appdir.tmpdir),
+ '--cov-report=term-missing')
88
result_without = appdir.runpytest('-v',
89
90
- '--no-live-server-clean-stop',
91
92
+ '--no-live-server-clean-stop',
93
94
def _get_missing(r):
95
for line in r.outlines:
0 commit comments