MCPcopy Create free account
hub / github.com/RenderKit/oidn / print_test

Function print_test

scripts/test.py:78–79  ·  view source on GitHub ↗
(name, kind='Test')

Source from the content-addressed store, hash-verified

76
77# Prints the name of a test
78def print_test(name, kind='Test'):
79 print(kind + ':', name, '...', end=('' if cfg.log else None), flush=True)
80
81# Runs a test command
82def run_test(cmd, arch='native', retry_if_status=None):

Callers 2

testFunction · 0.85
test_regressionFunction · 0.85

Calls 1

printFunction · 0.85

Tested by

no test coverage detected