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

Method test_same_name_as_bad

Lib/test/test_modulefinder.py:395–396  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

393 self._do_test(syntax_error_test)
394
395 def test_same_name_as_bad(self):
396 self._do_test(same_name_as_bad_test)
397
398 def test_bytecode(self):
399 base_path = os.path.join(self.test_dir, 'a')

Callers

nothing calls this directly

Calls 1

_do_testMethod · 0.95

Tested by

no test coverage detected