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

Method test_closed

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

Source from the content-addressed store, hash-verified

226 self.func = current_string
227
228 def test_closed(self):
229 self.assertAccess('"<as|df>"')
230 self.assertAccess('"<asdf|>"')
231 self.assertAccess('"<|asdf>"')
232 self.assertAccess("'<asdf|>'")
233 self.assertAccess("'<|asdf>'")
234 self.assertAccess("'''<asdf|>'''")
235 self.assertAccess('"""<asdf|>"""')
236 self.assertAccess('asdf.afd("a") + "<asdf|>"')
237
238 def test_open(self):
239 self.assertAccess('"<as|df>')

Callers

nothing calls this directly

Calls 1

assertAccessMethod · 0.80

Tested by

no test coverage detected