Searched refs:create_mock_context (Results 1 – 1 of 1) sorted by relevance
28 def create_mock_context(url): function47 dummy_ctx = create_mock_context('foo.bar?screen=dummy')58 dummy_ctx = create_mock_context('foo.bar?screen=dummy')59 hotrod_ctx = create_mock_context('www.qbc?screen=%s' % self.screen)69 dummy_ctx = create_mock_context('foo.bar?screen=dummy')70 hotrod_ctx = create_mock_context('www.qbc?screen=%s' % screen_param)80 dummy_ctx = create_mock_context('foo.bar?screen=dummy')81 hotrod_ctx = create_mock_context('www.qbc?screen=%s' % screen_param)90 mimo_ctx = create_mock_context('www.qbc?screen=control')91 hotrod_ctx = create_mock_context('www.qbc?screen=%s' % screen_param)[all …]