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

Method test_simple

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

Source from the content-addressed store, hash-verified

140 self.func = current_word
141
142 def test_simple(self):
143 self.assertAccess("|")
144 self.assertAccess("|asdf")
145 self.assertAccess("<a|sdf>")
146 self.assertAccess("<asdf|>")
147 self.assertAccess("<asdfg|>")
148 self.assertAccess("asdf + <asdfg|>")
149 self.assertAccess("<asdfg|> + asdf")
150
151 def test_inside(self):
152 self.assertAccess("<asd|>")

Callers

nothing calls this directly

Calls 1

assertAccessMethod · 0.80

Tested by

no test coverage detected