Show More
@@ -204,7 +204,7 b' class MyWSGIServer(WSGIServer):' | |||
|
204 | 204 | return '%s://%s%s:%s/%s' % (proto, auth, host, port, repo_name) |
|
205 | 205 | |
|
206 | 206 | |
|
207 |
@pytest. |
|
|
207 | @pytest.fixture(scope="session") | |
|
208 | 208 | def webserver(): |
|
209 | 209 | """Start web server while tests are running. |
|
210 | 210 | Useful for debugging and necessary for vcs operation tests.""" |
General Comments 0
You need to be logged in to leave comments.
Login now