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

Method test_import_blank

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

Source from the content-addressed store, hash-verified

49
50 @unittest.expectedFailure
51 def test_import_blank(self):
52 self.assertSetEqual(
53 self.module_gatherer.complete(7, "import "),
54 {"zzabc", "zzabd", "zzefg"},
55 )
56 self.assertSetEqual(
57 self.module_gatherer.complete(8, "import "),
58 {"zzabc", "zzabd", "zzefg"},
59 )
60
61 @unittest.expectedFailure
62 def test_from_import_empty(self):

Callers

nothing calls this directly

Calls 1

completeMethod · 0.45

Tested by

no test coverage detected