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

Method setUp

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

Source from the content-addressed store, hash-verified

464 """Route-level tests for /manpage endpoints."""
465
466 def setUp(self):
467 self.app = create_app()
468 _use_store(self.app, create_test_store())
469 self.app.config["TESTING"] = True
470 self.client = self.app.test_client()
471
472 # -- Single manpage view --
473

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