Child: [1522b9] (diff)

Download this file

test_search.py    13 lines (8 with data), 349 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
from allura.tests import TestController
class TestSearch(TestController):
def test_global_search_controller(self):
self.app.get('/gsearch/')
self.app.get('/gsearch/', params=dict(q='Root'))
def test_project_search_controller(self):
self.app.get('/search/')
self.app.get('/search/', params=dict(q='Root'))