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

Method test_syntax_error

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

Source from the content-addressed store, hash-verified

390 self._do_test(relative_import_test_4)
391
392 def test_syntax_error(self):
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)

Callers

nothing calls this directly

Calls 1

_do_testMethod · 0.95

Tested by

no test coverage detected