MCPcopy Create free account
hub / github.com/nodejs/node / PyTests

Function PyTests

deps/v8/tools/v8_presubmit.py:852–858  ·  view source on GitHub ↗
(workspace)

Source from the content-addressed store, hash-verified

850
851
852def PyTests(workspace):
853 result = True
854 for script in FindTests(workspace):
855 print('Running ' + script)
856 result &= subprocess.call(['vpython3', script], stdout=subprocess.PIPE) == 0
857
858 return result
859
860
861def GetOptions():

Callers

nothing calls this directly

Calls 3

FindTestsFunction · 0.85
printFunction · 0.70
callMethod · 0.45

Tested by

no test coverage detected