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

Method test_import

bpython/test/test_importcompletion.py:40–48  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

38 )
39
40 def test_import(self):
41 self.assertSetEqual(
42 self.module_gatherer.complete(14, "import zzefg.a"),
43 {"zzefg.a1", "zzefg.a2"},
44 )
45 self.assertSetEqual(
46 self.module_gatherer.complete(15, "import zzefg.a"),
47 {"zzefg.a1", "zzefg.a2"},
48 )
49
50 @unittest.expectedFailure
51 def test_import_blank(self):

Callers

nothing calls this directly

Calls 1

completeMethod · 0.45

Tested by

no test coverage detected