MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_easy

Method test_easy

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

Source from the content-addressed store, hash-verified

169 self.assertHaskey(dict, name, ignore)
170
171 def test_easy(self):
172 self.checkModule('pyclbr')
173 # XXX: Metaclasses are not supported
174 # self.checkModule('ast')
175 with temporary_main_spec():
176 self.checkModule('doctest', ignore=("TestResults", "_SpoofOut",
177 "DocTestCase", '_DocTestSuite'))
178 self.checkModule('difflib', ignore=("Match",))
179
180 @unittest.expectedFailure # TODO: RUSTPYTHON
181 def test_cases(self):

Callers

nothing calls this directly

Calls 2

checkModuleMethod · 0.95
temporary_main_specFunction · 0.85

Tested by

no test coverage detected