Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/tests/twister_blackbox/
Dconftest.py24 sample_filename_mock = mock.PropertyMock(return_value='test_sample.yaml') variable
26 sample_filename_mock = mock.PropertyMock(return_value='test_sample.yaml') variable
Dtest_tooling.py17 from conftest import ZEPHYR_BASE, TEST_DATA, sample_filename_mock, testsuite_filename_mock
59 @mock.patch.object(TestPlan, 'SAMPLE_FILENAME', sample_filename_mock)
Dtest_addon.py19 from conftest import ZEPHYR_BASE, TEST_DATA, sample_filename_mock, testsuite_filename_mock
211 @mock.patch.object(TestPlan, 'SAMPLE_FILENAME', sample_filename_mock)
Dtest_outfile.py19 from conftest import ZEPHYR_BASE, TEST_DATA, sample_filename_mock, testsuite_filename_mock
24 @mock.patch.object(TestPlan, 'SAMPLE_FILENAME', sample_filename_mock)
Dtest_printouts.py21 sample_filename_mock,
468 @mock.patch.object(TestPlan, 'SAMPLE_FILENAME', sample_filename_mock)