MCPcopy Index your code
hub / github.com/python/cpython / test_easy

Method test_easy

Lib/test/test_pyclbr.py:168–175  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

166 self.assertHaskey(dict, name, ignore)
167
168 def test_easy(self):
169 self.checkModule('pyclbr')
170 # XXX: Metaclasses are not supported
171 # self.checkModule('ast')
172 with temporary_main_spec():
173 self.checkModule('doctest', ignore=("TestResults", "_SpoofOut",
174 "DocTestCase", '_DocTestSuite'))
175 self.checkModule('difflib', ignore=("Match",))
176
177 def test_cases(self):
178 # see test.pyclbr_input for the rationale behind the ignored symbols

Callers

nothing calls this directly

Calls 2

checkModuleMethod · 0.95
temporary_main_specFunction · 0.85

Tested by

no test coverage detected