Searched refs:expected_tests (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/doc/develop/test/twister/ |
D | sample_blackbox_test.py | 38 def test_level(self, capfd, out_path, level, expected_tests): argument 93 assert expected_tests == len(filtered_j)
|
D | twister_blackbox.rst | 62 * ``@pytest.mark.parametrize('level, expected_tests', TESTDATA_X, ids=['smoke', 'acceptance'])``
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_config.py | 70 def test_level(self, out_path, level, expected_tests): argument 95 assert expected_tests == len(filtered_j)
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_testplan.py | 77 expected_tests = ['sample_test.app', 'test_a.check_1.1a', 92 assert sorted(plan.get_all_tests()) == sorted(expected_tests)
|