def setUp(self): super(TestWhenLoadingFrontPage, self).setUp() with mongo_search_returning_colors_are_wrong_ticket(): self.response = tracker_main.RootController().index()
def setUp(self): super(TestWhenSearchingWithCustomFields, self).setUp() with solr_search_returning_colors_are_wrong_ticket(): self.response = tracker_main.RootController().search(q='friends')