/aosp_15_r20/external/python/setuptools/setuptools/tests/ |
D | test_config_discovery.py | 24 def test_single_package(self, tmp_path): argument 32 def test_multiple_toplevel(self, tmp_path): argument 84 def test_sdist_filelist(self, tmp_path, circumstance): argument 95 def test_project(self, tmp_path, circumstance): argument 178 def test_purposefully_empty(self, tmp_path, config_file, param, circumstance): argument 220 def test_flat_layout_with_extra_files(self, tmp_path, extra_files, pkgs): argument 233 def test_flat_layout_with_dangerous_extra_files(self, tmp_path, extra_files): argument 239 def test_flat_layout_with_single_module(self, tmp_path): argument 245 def test_flat_layout_with_multiple_modules(self, tmp_path): argument 265 def test_discover_name(self, tmp_path, example): argument [all …]
|
D | fixtures.py | 51 def sample_project(tmp_path): argument 104 def venv(tmp_path, setuptools_wheel): argument 124 def venv_without_setuptools(tmp_path): argument 134 def bare_venv(tmp_path): argument
|
D | test_find_py_modules.py | 40 def test_finder(self, tmp_path, example): argument 46 def test_symlinked_packages_are_included(self, tmp_path): argument 78 def test_unwanted_files_not_included(self, tmp_path, example): argument
|
D | test_dist.py | 398 def test_dist_default_py_modules(tmp_path, dist_name, py_module): argument 446 tmp_path, dist_name, package_dir, package_files, packages argument 496 def test_dist_default_name(tmp_path, dist_name, package_dir, package_files): argument
|
D | test_editable_install.py | 10 def venv(tmp_path, setuptools_wheel): argument 97 def test_editable_with_pyproject(tmp_path, venv, setup_script): argument
|
/aosp_15_r20/external/python/setuptools/setuptools/tests/config/ |
D | test_pyprojecttoml.py | 130 def test_read_configuration(tmp_path): argument 149 def test_discovered_package_dir_with_attr_directive_in_config(tmp_path, pkg_root, opts): argument 171 def test_expand_entry_point(tmp_path): argument 199 def test_dynamic(self, tmp_path): argument 226 def test_dynamic_without_config(self, tmp_path): argument 239 def test_dynamic_without_file(self, tmp_path): argument 270 def test_ignore_unrelated_config(tmp_path, example): argument 293 def test_invalid_example(tmp_path, caplog, example, error_msg, value_shown_in_debug): argument 314 def test_empty(tmp_path, config): argument 323 def test_include_package_data_by_default(tmp_path, config): argument [all …]
|
D | test_apply_pyprojecttoml.py | 31 def test_apply_pyproject_equivalent_to_setupcfg(url, monkeypatch, tmp_path): argument 136 def _pep621_example_project(tmp_path, readme="README.rst"): argument 150 def test_pep621_example(tmp_path): argument 166 def test_readme_content_type(tmp_path, readme, ctype): argument 172 def test_undefined_content_type(tmp_path): argument 178 def test_no_explicit_content_type_for_missing_extension(tmp_path): argument 186 def test_license_and_license_files(tmp_path): argument
|
D | test_expand.py | 17 def test_glob_relative(tmp_path, monkeypatch): argument 36 def test_read_files(tmp_path, monkeypatch): argument 63 def test_read_attr(self, tmp_path, monkeypatch): argument 88 def test_import_order(self, tmp_path): argument 117 def test_resolve_class(tmp_path, package_dir, file, module, return_value): argument 133 def test_find_packages(tmp_path, monkeypatch, args, pkgs): argument
|
/aosp_15_r20/external/mesa3d/bin/ci/test/ |
H A D | test_structured_logger.py | 31 def tmp_file(tmp_path): argument 35 def test_guess_strategy_from_file(tmp_path, strategy, file_extension): argument 47 def test_invalid_file_extension(tmp_path): argument 55 def test_non_existent_file(tmp_path, strategy, file_extension): argument 74 def test_missing_csv_library(tmp_path, structured_logger_module): argument 79 def test_missing_yaml_library(tmp_path, structured_logger_module): argument
|
/aosp_15_r20/external/fonttools/Tests/ufoLib/ |
H A D | ufoLib_test.py | 11 def ufo_path(tmp_path): argument 74 def test_UFOWriter_formatVersion(tmp_path): argument 84 def test_UFOWriter_formatVersion_default_latest(tmp_path): argument 89 def test_UFOWriter_unsupported_format_version(tmp_path): argument
|
H A D | glifLib_test.py | 195 def test_conflicting_case_insensitive_file_names(self, tmp_path): argument 339 def test_GlyphSet_unsupported_ufoFormatVersion(tmp_path, caplog): argument 346 def test_GlyphSet_writeGlyph_formatVersion(tmp_path): argument
|
/aosp_15_r20/external/fonttools/Tests/ttLib/ |
H A D | main_test.py | 55 def test_ttLib_open_save_ttfont(tmp_path, ttfont_path, flavor): argument 71 def test_ttLib_open_ttcollection_save_single_font(tmp_path, ttcollection_path, flavor): argument 87 def test_ttLib_open_ttcollection_save_ttcollection(tmp_path, ttcollection_path): argument 96 def test_ttLib_open_multiple_fonts_save_ttcollection(tmp_path, ttfont_path): argument
|
H A D | sfnt_test.py | 38 def test_pickle_protocol_FileIO(self, deepcopy, tmp_path): argument 59 def test_pickle_protocol_BytesIO(self, deepcopy, tmp_path): argument 78 def test_ttLib_sfnt_write_privData(tmp_path, ttfont_path): argument
|
/aosp_15_r20/external/fonttools/Tests/subset/ |
H A D | svg_test.py | 176 empty_svg_font, add_svg_table, tmp_path, gids, retain_gids, expected_xml argument 465 empty_svg_font, tmp_path, subset_gids, expected_xml argument 490 def test_subset_svg_empty_table(empty_svg_font, tmp_path): argument 507 def test_subset_svg_missing_glyph(empty_svg_font, tmp_path): argument
|
H A D | subset_test.py | 1277 def ttf_path(tmp_path): argument 1287 def test_subset_empty_glyf(tmp_path, ttf_path): argument 1312 def colrv1_path(tmp_path): argument 1842 def test_subset_COLR_glyph_closure(tmp_path): argument
|
/aosp_15_r20/external/python/setuptools/setuptools/tests/integration/ |
D | test_pip_install_sdist.py | 86 def venv_python(tmp_path): argument 93 def _prepare(tmp_path, venv_python, monkeypatch, request): argument 116 def test_install_sdist(package, version, tmp_path, venv_python, setuptools_wheel): argument 138 def retrieve_sdist(package, version, tmp_path): argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/kernel_copy/ |
H A D | tests.rs | 13 let tmp_path = tmpdir(); in copy_specialization() localVariable 70 let tmp_path = tmpdir(); in copies_append_mode_sink() localVariable 101 let tmp_path = tmpdir(); in dont_splice_pipes_from_files() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/kernel_copy/ |
H A D | tests.rs | 13 let tmp_path = tmpdir(); in copy_specialization() localVariable 70 let tmp_path = tmpdir(); in copies_append_mode_sink() localVariable 101 let tmp_path = tmpdir(); in dont_splice_pipes_from_files() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/kernel_copy/ |
H A D | tests.rs | 13 let tmp_path = tmpdir(); in copy_specialization() localVariable 70 let tmp_path = tmpdir(); in copies_append_mode_sink() localVariable 101 let tmp_path = tmpdir(); in dont_splice_pipes_from_files() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/kernel_copy/ |
H A D | tests.rs | 13 let tmp_path = tmpdir(); in copy_specialization() localVariable 70 let tmp_path = tmpdir(); in copies_append_mode_sink() localVariable 101 let tmp_path = tmpdir(); in dont_splice_pipes_from_files() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/kernel_copy/ |
H A D | tests.rs | 13 let tmp_path = tmpdir(); in copy_specialization() localVariable 70 let tmp_path = tmpdir(); in copies_append_mode_sink() localVariable 101 let tmp_path = tmpdir(); in dont_splice_pipes_from_files() localVariable
|
/aosp_15_r20/system/core/fs_mgr/libfs_avb/tests/ |
H A D | fs_avb_test_util.cpp | 231 base::FilePath tmp_path = test_dir_.Append("info_output.txt"); in InfoImage() local 249 base::FilePath tmp_path = test_dir_.Append(file_name + "public_key.bin"); in ExtractPublicKeyAvb() local 258 base::FilePath tmp_path = test_dir_.Append("public_key.bin"); in ExtractPublicKeyAvbBlob() local
|
/aosp_15_r20/external/armnn/delegate/python/test/ |
H A D | test_external_delegate.py | 24 def test_external_delegate_options_gpu_tuning(delegate_dir, test_data_folder, tmp_path): argument 61 def test_external_delegate_options_gpu_cached_network(delegate_dir, test_data_folder, tmp_path): argument
|
/aosp_15_r20/external/avb/test/ |
H A D | avb_unittest_util.cc | 146 std::filesystem::path tmp_path = testdir_ / "info_output.txt"; in InfoImage() local 157 std::filesystem::path tmp_path = testdir_ / "public_key.bin"; in PublicKeyAVB() local
|
/aosp_15_r20/external/fonttools/Tests/ttx/ |
H A D | ttx_test.py | 1003 def test_main_ttf_dump_stdin_to_stdout(tmp_path): argument 1012 def test_main_ttx_compile_stdin_to_stdout(tmp_path): argument 1021 def test_roundtrip_DSIG_split_at_XML_parse_buffer_size(tmp_path): argument
|