Searched refs:TestCase (Results 1 – 10 of 10) sorted by relevance
/Zephyr-Core-2.7.6/scripts/tests/twister/ |
D | test_testinstance.py | 16 from twisterlib import TestInstance, BuildError, TestCase, TwisterException 100 unique = TestCase(testcase_root, workdir, name) 112 unique = TestCase(testcase_root, workdir, name) 125 testcase = TestCase("/scripts/tests/twister/test_data/testcases/tests", ".", "test_a.check_1") 140 testcase = TestCase("/scripts/tests/twister/test_data/testcases/tests", ".", "test_a.check_1")
|
D | test_testsuite_class.py | 18 from twisterlib import TestCase, TestSuite, TestInstance, Platform 42 assert all(isinstance(n, TestCase) for n in class_testsuite.testcases.values()) 97 testcase = TestCase(testcase_root, workdir, test_name)
|
/Zephyr-Core-2.7.6/samples/modules/tflite-micro/magic_wand/train/ |
D | data_split_person_test.py | 28 class TestSplitPerson(unittest.TestCase):
|
D | data_augmentation_test.py | 32 class TestAugmentation(unittest.TestCase):
|
D | data_prepare_test.py | 32 class TestPrepare(unittest.TestCase):
|
D | train_test.py | 33 class TestTrain(unittest.TestCase):
|
D | data_split_test.py | 29 class TestSplit(unittest.TestCase):
|
D | data_load_test.py | 30 class TestLoad(unittest.TestCase):
|
/Zephyr-Core-2.7.6/scripts/ci/ |
D | check_compliance.py | 14 from junitparser import TestCase, TestSuite, JUnitXml, Skipped, Error, Failure, Attr 73 class MyCase(TestCase):
|
/Zephyr-Core-2.7.6/scripts/pylib/twister/ |
D | twisterlib.py | 1581 class TestCase(DisablePyTestCollectionMixin): class 2941 tc = TestCase(root, workdir, name)
|