Searched refs:create_mock_context (Results 1 – 1 of 1) sorted by relevance
28 def create_mock_context(url): function47 stub_ctx = create_mock_context('foo.bar?screen=stub')58 stub_ctx = create_mock_context('foo.bar?screen=stub')59 hotrod_ctx = create_mock_context('www.qbc?screen=%s' % self.screen)70 stub_ctx = create_mock_context('foo.bar?screen=stub')71 hotrod_ctx = create_mock_context('www.qbc?screen=%s' % screen_param)82 stub_ctx = create_mock_context('foo.bar?screen=stub')83 hotrod_ctx = create_mock_context('www.qbc?screen=%s' % screen_param)92 mimo_ctx = create_mock_context('www.qbc?screen=control')93 hotrod_ctx = create_mock_context('www.qbc?screen=%s' % screen_param)[all …]