MCPcopy Index your code
hub / github.com/idank/explainshell / test_store_is_app_scoped

Method test_store_is_app_scoped

tests/test_web_views.py:213–219  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

211 self.assertNotIn(b"/explain/ubuntu/26.04/2/dup", rv.data)
212
213 def test_store_is_app_scoped(self):
214 with self.app.test_request_context("/"):
215 first = get_store()
216 with self.app.test_request_context("/"):
217 second = get_store()
218
219 self.assertIs(first, second)
220
221
222class TestDistroFallback(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

get_storeFunction · 0.90

Tested by

no test coverage detected