/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
|
/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_editable_install.py | 10 def venv(tmp_path, setuptools_wheel): argument 97 def test_editable_with_pyproject(tmp_path, venv, setup_script): 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_logging.py | 19 def test_verbosity_level(tmp_path, monkeypatch, flag, expected_level): argument
|
D | test_develop.py | 173 def test_editable_prefix(self, tmp_path, sample_project): argument
|
/external/fonttools/Tests/ufoLib/ |
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
|
D | glifLib_test.py | 154 def test_conflicting_case_insensitive_file_names(self, tmp_path): argument 288 def test_GlyphSet_unsupported_ufoFormatVersion(tmp_path, caplog): argument 295 def test_GlyphSet_writeGlyph_formatVersion(tmp_path): argument
|
/external/fonttools/Tests/subset/ |
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
|
D | subset_test.py | 945 def ttf_path(tmp_path): argument 955 def test_subset_empty_glyf(tmp_path, ttf_path): argument 980 def colrv1_path(tmp_path): argument 1355 def test_subset_COLR_glyph_closure(tmp_path): argument
|
/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
|
/external/crosvm/base/src/unix/ |
D | scoped_path.rs | 107 let tmp_path = get_temp_path(None); in scopedpath_exists() localVariable 117 let tmp_path = get_temp_path(None); in scopedpath_notexists() localVariable 126 let tmp_path = get_temp_path(None); in scopedpath_panic() localVariable
|
/external/crosvm/common/sys_util/src/ |
D | scoped_path.rs | 107 let tmp_path = get_temp_path(None); in scopedpath_exists() localVariable 117 let tmp_path = get_temp_path(None); in scopedpath_notexists() localVariable 126 let tmp_path = get_temp_path(None); in scopedpath_panic() localVariable
|
/external/libchromeos-rs/src/ |
D | scoped_path.rs | 84 let tmp_path = get_temp_path(None); in scopedpath_exists() localVariable 94 let tmp_path = get_temp_path(None); in scopedpath_notexists() localVariable 103 let tmp_path = get_temp_path(None); in scopedpath_panic() localVariable
|
/external/mesa3d/.gitlab-ci/tracie/tests/ |
D | test.py | 50 def prepare_for_run(tmp_path): argument 68 def cleanup(tmp_path): argument 77 def run_test(tmp_path): argument
|
/external/fonttools/Tests/ttLib/ |
D | sfnt_test.py | 22 def test_pickle_protocol_FileIO(self, deepcopy, tmp_path): argument 43 def test_pickle_protocol_BytesIO(self, deepcopy, tmp_path): argument
|
/external/avb/test/ |
D | avb_unittest_util.cc | 145 base::FilePath tmp_path = testdir_.Append("info_output.txt"); in InfoImage() local 156 base::FilePath tmp_path = testdir_.Append("public_key.bin"); in PublicKeyAVB() local
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | tmpfile_windows.cc | 38 TCHAR tmp_path[MAX_PATH]; in gpr_tmpfile() local
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/ |
D | tmpfile_windows.cc | 38 TCHAR tmp_path[MAX_PATH]; in gpr_tmpfile() local
|
/external/rust/crates/tempfile/tests/ |
D | tempfile.rs | 36 let tmp_path = rx.recv().unwrap(); in test_pathological_cleaner() localVariable
|
/external/libchrome/base/ |
D | sys_info_unittest.cc | 77 FilePath tmp_path; in TEST_F() local 91 FilePath tmp_path; in TEST_F() local
|