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

Method test_import_empty

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

Source from the content-addressed store, hash-verified

28 )
29
30 def test_import_empty(self):
31 self.assertSetEqual(
32 self.module_gatherer.complete(13, "import zzabc."),
33 {"zzabc.e", "zzabc.f"},
34 )
35 self.assertSetEqual(
36 self.module_gatherer.complete(14, "import zzabc."),
37 {"zzabc.e", "zzabc.f"},
38 )
39
40 def test_import(self):
41 self.assertSetEqual(

Callers

nothing calls this directly

Calls 1

completeMethod · 0.45

Tested by

no test coverage detected