Home
last modified time | relevance | path

Searched refs:mocked_instance (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/scripts/tests/twister/
Dtest_handlers.py38 def mocked_instance(tmp_path): function
122 def test_handler_final_handle_actions(mocked_instance): argument
123 instance = mocked_instance
126 handler = Handler(mocked_instance)
166 mocked_instance, argument
170 instance = mocked_instance
191 def test_handler_missing_suite_name(mocked_instance): argument
192 instance = mocked_instance
195 handler = Handler(mocked_instance)
212 def test_handler_terminate(mocked_instance): argument
[all …]
Dtest_harness.py803 mocked_instance = mock.Mock()
806 mocked_instance.build_dir = str(build_dir)
807 mocked_instance.name = 'platform_name/test/dummy.test'
808 mocked_instance.testsuite.harness_config = {}
811 harness.instance = mocked_instance
Dtest_runner.py39 def mocked_instance(tmp_path): function
69 def project_builder(mocked_instance, mocked_env, mocked_jobserver) -> ProjectBuilder: argument
70 project_builder = ProjectBuilder(mocked_instance, mocked_env, mocked_jobserver)