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

Method test_non_dots

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

Source from the content-addressed store, hash-verified

161 self.assertAccess("stuff[asdf[<asd|fg>]")
162
163 def test_non_dots(self):
164 self.assertAccess("].asdf|")
165 self.assertAccess(").asdf|")
166 self.assertAccess("foo[0].asdf|")
167 self.assertAccess("foo().asdf|")
168 self.assertAccess("foo().|")
169 self.assertAccess("foo().asdf.|")
170 self.assertAccess("foo[0].asdf.|")
171
172 def test_open_paren(self):
173 self.assertAccess("<foo(|>")

Callers

nothing calls this directly

Calls 1

assertAccessMethod · 0.80

Tested by

no test coverage detected