Switch to side-by-side view
--- a/Allura/allura/controllers/test.py +++ b/Allura/allura/controllers/test.py @@ -67,6 +67,9 @@ c.project = M.Project.query.get(shortname='test') count -= 1 assert count > 0, 'Timeout waiting for test project to appear' + + def _cleanup_request(self): + pass @expose() def _lookup(self, name, *remainder):