##// END OF EJS Templates
tests: Fix tests which need the DB to run.
Martin Bornhold -
r915:d230adec default
parent child Browse files
Show More
@@ -280,6 +280,7 b' class TestShadowRepoExposure(object):'
280 controller.vcs_repo_name)
280 controller.vcs_repo_name)
281
281
282
282
283 @pytest.mark.usefixtures('db')
283 @mock.patch.multiple(
284 @mock.patch.multiple(
284 'Pyro4.config', SERVERTYPE='multiplex', POLLTIMEOUT=0.01)
285 'Pyro4.config', SERVERTYPE='multiplex', POLLTIMEOUT=0.01)
285 class TestGenerateVcsResponse:
286 class TestGenerateVcsResponse:
General Comments 0
You need to be logged in to leave comments. Login now