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

Method check_output

Lib/test/test_regrtest.py:869–874  ·  view source on GitHub ↗
(self, output)

Source from the content-addressed store, hash-verified

867 self.regrtest_args.append('-n')
868
869 def check_output(self, output):
870 randseed = self.parse_random_seed(output)
871 self.assertTrue(randseed.isdigit(), randseed)
872
873 self.check_executed_tests(output, self.tests,
874 randomize=True, stats=len(self.tests))
875
876 def run_tests(self, args, env=None, isolated=True):
877 output = self.run_python(args, env=env, isolated=isolated)

Callers 2

run_testsMethod · 0.95
run_batchMethod · 0.95

Calls 5

lenFunction · 0.85
parse_random_seedMethod · 0.80
assertTrueMethod · 0.80
check_executed_testsMethod · 0.80
isdigitMethod · 0.45

Tested by

no test coverage detected