예제 #1
0
 def setUp(self):
     super(TestWhenLoadingFrontPage, self).setUp()
     with mongo_search_returning_colors_are_wrong_ticket():
         self.response = tracker_main.RootController().index()
예제 #2
0
 def setUp(self):
     super(TestWhenSearchingWithCustomFields, self).setUp()
     with solr_search_returning_colors_are_wrong_ticket():
         self.response = tracker_main.RootController().search(q='friends')