MCPcopy Create free account
hub / github.com/bpython/bpython / test_open_paren

Method test_open_paren

bpython/test/test_line_properties.py:172–174  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

170 self.assertAccess("foo[0].asdf.|")
171
172 def test_open_paren(self):
173 self.assertAccess("<foo(|>")
174 # documenting current behavior - TODO is this intended?
175
176
177class TestCurrentDictKey(LineTestCase):

Callers

nothing calls this directly

Calls 1

assertAccessMethod · 0.80

Tested by

no test coverage detected