blob: 66b89983d9db1c441d503cf50e69747ac48f710e [file] [log] [blame]
from allura.tests import TestController
class TestSearch(TestController):
def test_global_search_controller(self):
r = self.app.get('/gsearch/')
r = self.app.get('/gsearch/', params=dict(q='Root'))
def test_project_search_controller(self):
r = self.app.get('/search/')
r = self.app.get('/search/', params=dict(q='Root'))