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

Method setUp

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

Source from the content-addressed store, hash-verified

8
9class TestSimpleComplete(unittest.TestCase):
10 def setUp(self):
11 self.module_gatherer = ModuleGatherer()
12 self.module_gatherer.modules = [
13 "zzabc",
14 "zzabd",
15 "zzefg",
16 "zzabc.e",
17 "zzabc.f",
18 "zzefg.a1",
19 "zzefg.a2",
20 ]
21
22 def test_simple_completion(self):
23 self.assertSetEqual(

Callers

nothing calls this directly

Calls 1

ModuleGathererClass · 0.90

Tested by

no test coverage detected