Home
last modified time | relevance | path

Searched refs:run_unittest (Results 1 – 5 of 5) sorted by relevance

/linux/tools/unittests/
H A Dtest_kdoc_test_schema.py33 from unittest_helper import run_unittest
94 run_unittest(__file__)
H A Dtest_tokenizer.py19 from unittest_helper import run_unittest
469 run_unittest(__file__)
H A Dtest_cmatch.py25 from unittest_helper import run_unittest
821 run_unittest(__file__)
/linux/tools/docs/
H A Dkdoc_diff217 def run_unittest(self, yaml_file): member in KernelDocRunner
272 return self.run_unittest(yaml_file)
/linux/tools/lib/python/
H A Dunittest_helper.py352 def run_unittest(fname): function