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

Method test_open

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

Source from the content-addressed store, hash-verified

236 self.assertAccess('asdf.afd("a") + "<asdf|>"')
237
238 def test_open(self):
239 self.assertAccess('"<as|df>')
240 self.assertAccess('"<asdf|>')
241 self.assertAccess('"<|asdf>')
242 self.assertAccess("'<asdf|>")
243 self.assertAccess("'<|asdf>")
244 self.assertAccess("'''<asdf|>")
245 self.assertAccess('"""<asdf|>')
246 self.assertAccess('asdf.afd("a") + "<asdf|>')
247
248
249class TestCurrentObject(LineTestCase):

Callers

nothing calls this directly

Calls 1

assertAccessMethod · 0.80

Tested by

no test coverage detected