/scripts/tests/twister/ |
A D | test_cmakecache.py | 133 def test_cmakecacheentry_from_line(cmake_line, expected): argument 169 def test_cmakecacheentry_str(cmake_cache_entry, expected): argument 233 def test_cmakecache_get_list(value, correct_get, expected): argument
|
A D | test_testsuite.py | 96 def test_scanpathresults_dunders(original, provided, expected): argument 253 def test_scan_file_mmap(os_name, expected): argument 372 def test_get_unique(testsuite_root, suite_path, name, expected): argument 427 expected argument 456 def test_find_c_files_in(isdir, expected): argument 628 expected argument 697 def test_find_src_dir_path(test_dir_path, isdir_path, expected): argument 770 expected argument 842 expected argument 903 def test_get_no_detailed_test_id(testsuite_root, suite_path, name, expected): argument
|
A D | test_config_parser.py | 150 def test_cast_value(zephyr_base, value, typestr, expected, expected_warning): argument
|
A D | test_quarantine.py | 166 def test_quarantinedata_load_data_from_yaml(file_contents, expected): argument
|
A D | test_testinstance.py | 52 expected argument 549 expected argument
|
A D | test_handlers.py | 441 expected argument 912 expected argument 1170 expected argument 1570 expected argument
|
/scripts/west_commands/tests/ |
A D | test_blackmagicprobe.py | 103 def test_blackmagicprobe_gdb_serial_generic(arg, env, expected): argument 124 globs, expected): argument 153 def test_blackmagicprobe_gdb_serial_darwin(gg, stlpc, comports, globs, expected): argument 181 def test_blackmagicprobe_gdb_serial_win32(stlpc, comports, expected): argument
|
A D | test_pyocd.py | 169 def test_flash(require, cc, pyocd_args, expected, pyocd): argument 193 def test_debugserver(require, cc, pyocd_args, expected, pyocd): argument 213 def test_flash_args(require, cc, bc, pyocd_args, flash_addr, expected, pyocd): argument 243 def test_debugserver_args(require, cc, bc, pyocd_args, expected, pyocd): argument
|
A D | test_nxp_s32dbg.py | 173 s32dbg_args, expected, osname, s32dbg): argument 197 s32dbg_args, expected, osname, s32dbg, tmp_path): argument 231 s32dbg_args, expected, osname, s32dbg, tmp_path): argument
|
/scripts/dts/python-devicetree/tests/ |
A D | test_dtlib.py | 55 def verify_parse(dts, expected, include_path=()): argument 484 def verify_label2prop(label, expected): argument 576 def verify_unit_addr(path, expected): argument 1592 def verify_type(prop, expected): argument 1697 def verify_to_num(prop, signed, expected): argument 1735 def verify_to_nums(prop, signed, expected): argument 1766 def verify_to_bytes(prop, expected): argument 1789 def verify_to_string(prop, expected): argument 1816 def verify_to_strings(prop, expected): argument 1908 def verify_raw_to_num(fn, prop, length, signed, expected): argument
|
/scripts/tests/twister_blackbox/ |
A D | test_runner.py | 202 def test_build_only(self, capfd, out_path, test_path, test_platforms, expected, flag): argument 237 def test_runtest_only(self, capfd, out_path, test_path, test_platforms, expected): argument 384 def test_cmake_only(self, capfd, out_path, test_path, test_platforms, expected): argument 575 def test_tag(self, capfd, out_path, test_path, test_platforms, tags, expected): argument 605 def test_only_failed(self, capfd, out_path, test_path, test_platforms, expected): argument
|
A D | test_printouts.py | 284 def test_list_tags(self, capfd, out_path, test_path, expected): argument 318 def test_list_tests(self, capfd, out_path, test_path, expected, detailed_id, exclude_tags): argument 354 def test_tree(self, capfd, out_path, test_path, expected, detailed_id, exclude_tags): argument
|
A D | test_filter.py | 193 def test_arch(self, capfd, out_path, arch, expected): argument 227 def test_vendor(self, capfd, out_path, vendor, expected): argument
|
A D | test_platform.py | 228 def test_exclude_platform(self, capfd, out_path, test_path, test_platforms, expected): argument 277 def test_emulation_only(self, capfd, out_path, test_path, test_platforms, expected): argument
|
A D | test_error.py | 98 def test_overflow_as_errors(self, capfd, out_path, switch, expected): argument
|
A D | test_disable.py | 77 …_suite_name_check(self, capfd, out_path, test_path, test_platforms, flag, expected, expected_none): argument
|
A D | test_coverage.py | 191 def test_enable_coverage(self, capfd, test_path, test_platforms, out_path, expected): argument
|
/scripts/tests/twister/pytest_integration/ |
A D | test_harness_pytest.py | 150 def test_pytest_handle_source_list(testinstance: TestInstance, monkeypatch, pytest_root, expected): argument
|