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

Method test_no_options

tests/test_matcher.py:34–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32 )
33
34 def test_no_options(self):
35 matchedresult = [MR(0, 3, "bar synopsis", "bar")]
36 self.assertMatchSingle("bar", s.find_man_page("bar")[0], matchedresult)
37
38 def test_known_arg(self):
39 matchedresult = [

Callers

nothing calls this directly

Calls 2

assertMatchSingleMethod · 0.95
find_man_pageMethod · 0.45

Tested by

no test coverage detected