Lines Matching full:dummy
265 mock.patch('builtins.open', mock.mock_open(read_data='dummy data')), \
269 scan_file('dummy/path')
384 b'/* dummy */\r\n ztest_run_test_suite(feature)',
406 b'dummy text',
446 (True, [os.path.join('', 'home', 'user', 'dummy_path', 'dummy.c'),
447 os.path.join('', 'home', 'user', 'dummy_path', 'dummy.cpp')]),
467 # ┣ dummy.c
470 # ┣ dummy.cpp
474 new_path_base = ['dummy.c', 'wrong_dummy.h']
475 new_path_subs = ['dummy.cpp', 'wrong_dummy.hpp']
529 os.path.join('dummy', 'path'),
536 warnings = 'dummy warning',
555 'testsuite_file_2: can\'t find: dummy exception',
556 'testsuite_file_1: dummy warning',
557 'src_dir_file_2: error parsing source file: dummy exception',
563 os.path.join('dummy', 'path'),
588 os.path.join('dummy', 'path'),
595 warnings = 'dummy warning',
602 ['src_dir_file: dummy warning'],
603 TwisterRuntimeError('src_dir_file: dummy warning'),
646 raise scanpathresults[filename]('dummy exception')
686 ('dummy/path', 'dummy/path/src', 'dummy/path/src'),
687 ('dummy/path', 'dummy/src', 'dummy/src'),
688 ('dummy/path', 'another/path', '')
809 'harness_config': { 'dummy': 'config' }
813 ('harness_config', { 'dummy': 'config' })