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

Method test_from_package

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

Source from the content-addressed store, hash-verified

122 )
123
124 def test_from_package(self):
125 self.assertSetEqual(
126 self.module_gatherer.complete(17, "from xml import d"), {"dom"}
127 )
128
129
130class TestAvoidSymbolicLinks(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

completeMethod · 0.45

Tested by

no test coverage detected