##// END OF EJS Templates
tests: address PytestDeprecationWarning for @pytest.yield_fixture...
Mads Kiilerich -
r8785:92653a85 stable
parent child Browse files
Show More
@@ -204,7 +204,7 b' class MyWSGIServer(WSGIServer):'
204 return '%s://%s%s:%s/%s' % (proto, auth, host, port, repo_name)
204 return '%s://%s%s:%s/%s' % (proto, auth, host, port, repo_name)
205
205
206
206
207 @pytest.yield_fixture(scope="session")
207 @pytest.fixture(scope="session")
208 def webserver():
208 def webserver():
209 """Start web server while tests are running.
209 """Start web server while tests are running.
210 Useful for debugging and necessary for vcs operation tests."""
210 Useful for debugging and necessary for vcs operation tests."""
General Comments 0
You need to be logged in to leave comments. Login now