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

Method test_simple

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

Source from the content-addressed store, hash-verified

213 self.func = current_dict
214
215 def test_simple(self):
216 self.assertAccess("asdf|")
217 self.assertAccess("asdf|")
218 self.assertAccess("<asdf>[|")
219 self.assertAccess("<asdf>[|]")
220 self.assertAccess("<object.dict>[abc|")
221 self.assertAccess("asdf|")
222
223
224class TestCurrentString(LineTestCase):

Callers

nothing calls this directly

Calls 1

assertAccessMethod · 0.80

Tested by

no test coverage detected