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

Method setUp

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

Source from the content-addressed store, hash-verified

591
592class TestExplainProgram(unittest.TestCase):
593 def setUp(self):
594 self.store = create_test_store()
595
596 def test_explain_program_returns_str_options(self):
597 mp, suggestions, *_ = explain_program("bar", self.store)

Callers

nothing calls this directly

Calls 1

create_test_storeFunction · 0.90

Tested by

no test coverage detected