Option C oc_diagnostics
Loading...
Searching...
No Matches
run_tests.py File Reference

Go to the source code of this file.

Namespaces

namespace  run_tests

Functions

 run_tests._record (str status, str name, str detail="")
 run_tests._run (str name, fn)
 run_tests._run_cli_selftest ()
 run_tests.main ()

Variables

 run_tests._REPO_ROOT = os.path.normpath(os.path.join(os.path.dirname(__file__), ".."))
 run_tests._TESTS_DIR = os.path.dirname(os.path.abspath(__file__))
str run_tests.PASS = "PASS"
str run_tests.FAIL = "FAIL"
str run_tests.SKIP = "SKIP"
list run_tests._results = []