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

Method setUp

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

Source from the content-addressed store, hash-verified

71 """Route-level tests for the unified explain_router."""
72
73 def setUp(self):
74 self.app = create_app()
75 _use_store(self.app, create_test_store())
76 self.app.config["TESTING"] = True
77 self.client = self.app.test_client()
78
79 # -- Backwards-compatible routes (no distro in URL) --
80

Callers

nothing calls this directly

Calls 3

create_appFunction · 0.90
create_test_storeFunction · 0.90
_use_storeFunction · 0.85

Tested by

no test coverage detected