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

Method check

Lib/test/test_regrtest.py:2413–2416  ·  view source on GitHub ↗
(output)

Source from the content-addressed store, hash-verified

2411 env['PYTHONIOENCODING'] = 'ascii'
2412
2413 def check(output):
2414 self.check_executed_tests(output, testname, stats=TestStats(3, 0, 1))
2415 self.assertIn(r'docstring:\u20ac', output)
2416 self.assertIn(r'skipped:\u20ac', output)
2417
2418 # Run sequentially
2419 output = self.run_tests('-v', testname, env=env, isolated=False)

Callers

nothing calls this directly

Calls 3

TestStatsClass · 0.90
check_executed_testsMethod · 0.80
assertInMethod · 0.80

Tested by

no test coverage detected