MCPcopy Index your code
hub / github.com/bpython/bpython / test_issue_491

Method test_issue_491

bpython/test/test_autocomplete.py:131–132  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

129 )
130
131 def test_issue_491(self):
132 self.assertNotEqual(self.completer.matches(9, '"a[a.l-1]'), None)
133
134 @mock.patch(glob_function, new=lambda text: [])
135 def test_match_returns_none_if_not_in_string(self):

Callers

nothing calls this directly

Calls 1

matchesMethod · 0.45

Tested by

no test coverage detected