Home
last modified time | relevance | path

Searched defs:tmpdir (Results 126 – 150 of 4691) sorted by relevance

12345678910>>...188

/dports/graphics/py-rasterio/rasterio-1.2.10/tests/
H A Dtest__env.py11 def mock_wheel(tmpdir): argument
22 def mock_fhs(tmpdir): argument
30 def mock_debian(tmpdir): argument
43 def test_search_wheel_gdal_data_failure(tmpdir): argument
55 def test_search_prefix_gdal_data_failure(tmpdir): argument
67 def test_search_debian_gdal_data_failure(tmpdir): argument
95 def test_search_wheel_proj_data_failure(tmpdir): argument
107 def test_search_prefix_proj_data_failure(tmpdir): argument
H A Dtest_rio_mask.py22 def test_mask(runner, tmpdir, basic_feature, basic_image_2x2, argument
43 def test_mask_all_touched(runner, tmpdir, basic_feature, basic_image, argument
64 def test_mask_invert(runner, tmpdir, basic_feature, pixelated_image, argument
86 def test_mask_featurecollection(runner, tmpdir, basic_featurecollection, argument
104 def test_mask_out_of_bounds(runner, tmpdir, basic_feature, argument
128 def test_mask_no_geojson(runner, tmpdir, pixelated_image, pixelated_image_file): argument
145 def test_mask_invalid_geojson(runner, tmpdir, pixelated_image_file): argument
172 def test_mask_crop(runner, tmpdir, basic_feature, pixelated_image): argument
212 def test_mask_crop_inverted_y(runner, tmpdir, basic_feature, pixelated_image_file): argument
237 def test_mask_crop_out_of_bounds(runner, tmpdir, basic_feature, argument
[all …]
/dports/science/py-asdf/asdf-2.8.1/asdf/tests/
H A Dtest_compression.py37 def _roundtrip(tmpdir, tree, compression=None, argument
104 def test_zlib(tmpdir): argument
110 def test_bzp2(tmpdir): argument
116 def test_lz4(tmpdir): argument
123 def test_recompression(tmpdir): argument
138 def test_input(tmpdir): argument
154 def test_none(tmpdir): argument
176 def test_set_array_compression(tmpdir): argument
224 def test_compression_with_extension(tmpdir): argument
/dports/devel/buildstream/BuildStream-1.2.8/tests/sources/
H A Dtar.py41 def generate_project(project_dir, tmpdir): argument
53 def test_no_ref(cli, tmpdir, datafiles): argument
61 def test_fetch_bad_url(cli, tmpdir, datafiles): argument
76 def test_fetch_bad_ref(cli, tmpdir, datafiles): argument
94 def test_track_warning(cli, tmpdir, datafiles): argument
113 def test_stage_default_basedir(cli, tmpdir, datafiles, srcdir): argument
142 def test_stage_no_basedir(cli, tmpdir, datafiles, srcdir): argument
171 def test_stage_explicit_basedir(cli, tmpdir, datafiles, srcdir): argument
200 def test_stage_contains_links(cli, tmpdir, datafiles): argument
236 def test_stage_default_basedir_lzip(cli, tmpdir, datafiles, srcdir): argument
/dports/graphics/py-fiona/Fiona-1.8.20/tests/
H A Dtest_collection_crs.py17 def test_collection_no_crs_wkt(tmpdir, path_coutwildrnp_shp): argument
30 def test_collection_create_crs_wkt(tmpdir): argument
42 def test_collection_urn_crs(tmpdir): argument
53 def test_collection_invalid_crs(tmpdir): argument
59 def test_collection_invalid_crs_wkt(tmpdir): argument
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/tests/
H A Dtest_io.py294 def test_python_file_writelines(tmpdir): argument
839 def sample_disk_data(request, tmpdir): argument
925 def test_memory_map_writer(tmpdir): argument
966 def test_memory_map_resize(tmpdir): argument
986 def test_memory_zero_length(tmpdir): argument
1013 def test_os_file_writer(tmpdir): argument
1040 def test_native_file_modes(tmpdir): argument
1270 def test_compressed_input_gzip(tmpdir): argument
1278 def test_compressed_input_bz2(tmpdir): argument
1695 def test_input_stream_errors(tmpdir): argument
[all …]
/dports/www/py-internetarchive/internetarchive-2.2.0/tests/
H A Dtest_item.py131 def test_download(tmpdir, nasa_item): argument
144 def test_download_io_error(tmpdir, nasa_item): argument
154 def test_download_ignore_errors(tmpdir, nasa_item): argument
161 def test_download_ignore_existing(tmpdir, nasa_item): argument
176 def test_download_clobber(tmpdir, nasa_item): argument
188 def test_download_checksum(tmpdir, caplog): argument
214 def test_download_destdir(tmpdir, nasa_item): argument
225 def test_download_no_directory(tmpdir, nasa_item): argument
414 def test_upload_dir(tmpdir, nasa_item): argument
464 def test_upload_delete(tmpdir, nasa_item): argument
[all …]
/dports/devel/buildstream/BuildStream-1.2.8/tests/artifactcache/
H A Dexpiry.py21 def test_artifact_expires(cli, datafiles, tmpdir): argument
64 def test_artifact_too_large(cli, datafiles, tmpdir, size): argument
83 def test_expiry_order(cli, datafiles, tmpdir): argument
137 def test_keep_dependencies(cli, datafiles, tmpdir): argument
182 def test_never_delete_required(cli, datafiles, tmpdir): argument
234 def test_never_delete_required_track(cli, datafiles, tmpdir): argument
308 def test_invalid_cache_quota(cli, datafiles, tmpdir, quota, err_domain, err_reason): argument
354 def test_extract_expiry(cli, datafiles, tmpdir): argument
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/testsuite/
H A Dfile_integrity.py8 def test_no_integrity(self, tmpdir): argument
13 def test_truncated_integrity(self, tmpdir): argument
20 def test_unknown_algorithm(self, tmpdir): argument
33 def test_malformed(self, tmpdir, json): argument
43 def integrity_protected_file(self, tmpdir): argument
49 def test_simple(self, tmpdir, integrity_protected_file): argument
74 def test_renamed_file(self, tmpdir, integrity_protected_file, new_name): argument
82 def test_moved_file(self, tmpdir, integrity_protected_file): argument
90 def test_no_integrity(self, tmpdir, integrity_protected_file): argument
98 def integrity_protected_file(self, tmpdir): argument
/dports/www/flexget/Flexget-3.2.18/flexget/tests/
H A Dtest_symlink.py74 def config(self, tmpdir): argument
81 def test_hardlink(self, execute_task, tmpdir): argument
89 def test_hardlink_rename(self, execute_task, tmpdir): argument
97 def test_hardlink_dir(self, execute_task, tmpdir): argument
107 def test_hardlink_fail(self, execute_task, tmpdir): argument
115 def test_softlink(self, execute_task, tmpdir): argument
128 def test_softlink_rename(self, execute_task, tmpdir): argument
137 def test_softlink_fail(self, execute_task, tmpdir): argument
/dports/devel/py-setuptools_scm/setuptools_scm-6.3.2/testing/
H A Dtest_regressions.py12 def test_pkginfo_noscmroot(tmpdir, monkeypatch): argument
40 def test_pip_egg_info(tmpdir, monkeypatch): argument
58 def test_pip_download(tmpdir, monkeypatch): argument
63 def test_use_scm_version_callable(tmpdir, monkeypatch): argument
85 def test_case_mismatch_on_windows_git(tmpdir): argument
/dports/deskutils/py-todoman/todoman-4.1.0/tests/
H A Dtest_cli.py25 def test_list(tmpdir, runner, create): argument
66 def test_percent(tmpdir, runner, create): argument
114 def test_list_inexistant(tmpdir, runner, create): argument
124 def test_show_existing(tmpdir, runner, create): argument
133 def test_show_inexistant(tmpdir, runner, create): argument
154 def test_two_events(tmpdir, runner): argument
201 def test_copy(tmpdir, runner, create): argument
218 def test_move(tmpdir, runner, create): argument
237 def test_dtstamp(tmpdir, runner, create): argument
517 def test_empty_list(tmpdir, runner, create): argument
[all …]
/dports/biology/py-cutadapt/cutadapt-3.3/tests/
H A Dtest_paired.py13 def run_paired(tmpdir): argument
31 def run_interleaved(tmpdir): argument
136 def test_missing_file(tmpdir): argument
141 def test_first_too_short(tmpdir, cores): argument
158 def test_second_too_short(tmpdir, cores): argument
175 def test_unmatched_read_names(tmpdir, cores): argument
325 def test_interleaved_neither_nor(tmpdir): argument
335 def test_interleaved_untrimmed_output(tmpdir): argument
416 def test_paired_demultiplex(tmpdir, cores): argument
490 def test_pair_adapters_unequal_length(tmpdir): argument
[all …]
/dports/print/py-ttfautohint-py/ttfautohint-py-0.4.3.post1/tests/
H A Dtest_options.py35 def test_no_info_or_detailed_info(self, tmpdir): argument
41 def test_in_file_or_in_buffer(self, tmpdir): argument
48 def test_control_file_or_control_buffer(self, tmpdir): argument
66 def test_in_file_to_in_buffer(self, tmpdir): argument
83 def test_in_buffer_is_bytes(self, tmpdir): argument
87 def test_control_file_to_control_buffer(self, tmpdir): argument
118 def test_control_buffer_name(self, tmpdir): argument
156 def test_custom_reference_name(self, tmpdir): argument
177 def test_reference_buffer_is_bytes(self, tmpdir): argument
434 def test_path_input_type(tmpdir): argument
[all …]
/dports/devel/py-pip/pip-20.3.4/tests/functional/
H A Dtest_freeze.py84 def test_exclude_and_normalization(script, tmpdir): argument
154 def test_freeze_editable_not_vcs(script, tmpdir): argument
196 def test_freeze_svn(script, tmpdir): argument
220 def test_freeze_exclude_editable(script, tmpdir): argument
248 def test_freeze_git_clone(script, tmpdir): argument
311 def test_freeze_git_clone_srcdir(script, tmpdir): argument
395 def test_freeze_git_remote(script, tmpdir): argument
448 def test_freeze_mercurial_clone(script, tmpdir): argument
490 def test_freeze_bazaar_clone(script, tmpdir): argument
785 def test_freeze_path(tmpdir, script, data): argument
[all …]
/dports/devel/py-cookiecutter/cookiecutter-1.7.3/tests/
H A Dtest_utils.py73 def test_prompt_should_ask_and_rm_repo_dir(mocker, tmpdir): argument
88 def test_prompt_should_ask_and_exit_on_user_no_answer(mocker, tmpdir): argument
105 def test_prompt_should_ask_and_rm_repo_file(mocker, tmpdir): argument
122 def test_prompt_should_ask_and_keep_repo_on_no_reuse(mocker, tmpdir): argument
137 def test_prompt_should_ask_and_keep_repo_on_reuse(mocker, tmpdir): argument
159 def test_prompt_should_not_ask_if_no_input_and_rm_repo_dir(mocker, tmpdir): argument
177 def test_prompt_should_not_ask_if_no_input_and_rm_repo_file(mocker, tmpdir): argument
/dports/devel/py-loguru/loguru-0.5.3/tests/
H A Dtest_filesink_compression.py14 def test_compression_ext(tmpdir, compression): argument
22 def test_compression_function(tmpdir): argument
34 def test_compression_at_rotation(tmpdir, mode): argument
51 def test_compression_at_remove_without_rotation(tmpdir, mode): argument
61 def test_no_compression_at_remove_with_rotation(tmpdir, mode): argument
70 def test_rename_existing_with_creation_time(monkeypatch, tmpdir): argument
92 def test_renaming_compression_dest_exists(monkeypatch, monkeypatch_date, tmpdir): argument
134 def test_compression_use_renamed_file_after_rotation(tmpdir): argument
156 def test_threaded_compression_after_rotation(tmpdir): argument
186 def test_exception_during_compression_at_rotation(tmpdir, capsys, delay): argument
[all …]
/dports/databases/py-Pyrseas/Pyrseas-0.9.1/tests/
H A Dtest_config.py28 def test_user_config(tmpdir): argument
38 def test_repo_config(tmpdir): argument
49 def test_cmd_parser(tmpdir): argument
60 def test_parse_repo_config(tmpdir): argument
72 def test_repo_user_config(tmpdir): argument
/dports/devel/py-vcrpy/vcrpy-2.0.1/tests/integration/
H A Dtest_basic.py12 def test_nonexistent_directory(tmpdir, httpbin): argument
25 def test_unpatch(tmpdir, httpbin): argument
36 def test_basic_json_use(tmpdir, httpbin): argument
46 def test_patched_content(tmpdir, httpbin): argument
68 def test_patched_content_json(tmpdir, httpbin): argument
/dports/devel/buildstream/BuildStream-1.2.8/tests/frontend/
H A Dpull.py45 def test_push_pull_all(cli, tmpdir, datafiles): argument
88 def test_pull_secondary_cache(cli, tmpdir, datafiles): argument
129 def test_push_pull_specific_remote(cli, tmpdir, datafiles): argument
178 def test_push_pull_non_strict(cli, tmpdir, datafiles): argument
229 def test_push_pull_track_non_strict(cli, tmpdir, datafiles): argument
272 def test_push_pull_cross_junction(cli, tmpdir, datafiles): argument
303 def test_pull_missing_blob(cli, tmpdir, datafiles): argument
345 def test_pull_missing_notifies_user(caplog, cli, tmpdir, datafiles): argument
365 def test_pull_access_rights(caplog, cli, tmpdir, datafiles): argument
H A Dpush.py47 def test_push(cli, tmpdir, datafiles): argument
104 def test_push_all(cli, tmpdir, datafiles): argument
153 def test_push_after_pull(cli, tmpdir, datafiles): argument
204 def test_artifact_expires(cli, datafiles, tmpdir): argument
254 def test_artifact_too_large(cli, datafiles, tmpdir): argument
289 def test_recently_pulled_artifact_does_not_expire(cli, datafiles, tmpdir): argument
349 def test_push_cross_junction(cli, tmpdir, datafiles): argument
372 def test_push_already_cached(caplog, cli, tmpdir, datafiles): argument
401 def test_push_no_strict(caplog, cli, tmpdir, datafiles): argument
/dports/graphics/py-pyproj/pyproj-3.2.1/test/
H A Dtest_cli.py23 def test_main(input_command, tmpdir): argument
36 def test_main__verbose(input_command, option, tmpdir): argument
54 def test_sync(input_command, option, tmpdir): argument
83 def test_sync__source_id__list(input_command, tmpdir): argument
106 def test_sync__area_of_use__list(input_command, tmpdir): argument
129 def test_sync__file__list(input_command, tmpdir): argument
152 def test_sync__bbox__list(input_command, tmpdir): argument
176 def test_sync__bbox__list__exclude_world_coverage(input_command, tmpdir): argument
211 def test_sync__all__exclusive_error(input_command, extra_arg, tmpdir): argument
/dports/devel/buildstream/BuildStream-1.2.8/tests/integration/
H A Dscript.py33 def test_script(cli, tmpdir, datafiles): argument
60 def test_script_root(cli, tmpdir, datafiles): argument
91 def test_script_no_root(cli, tmpdir, datafiles): argument
113 def test_script_cwd(cli, tmpdir, datafiles): argument
143 def test_script_layout(cli, tmpdir, datafiles): argument
161 def test_regression_cache_corruption(cli, tmpdir, datafiles): argument
190 def test_regression_tmpdir(cli, tmpdir, datafiles): argument
199 def test_regression_cache_corruption_2(cli, tmpdir, datafiles): argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/tests/
H A Dtest_io.py294 def test_python_file_writelines(tmpdir): argument
756 def sample_disk_data(request, tmpdir): argument
842 def test_memory_map_writer(tmpdir): argument
883 def test_memory_map_resize(tmpdir): argument
903 def test_memory_zero_length(tmpdir): argument
930 def test_os_file_writer(tmpdir): argument
957 def test_native_file_modes(tmpdir): argument
1186 def test_compressed_input_gzip(tmpdir): argument
1194 def test_compressed_input_bz2(tmpdir): argument
1566 def test_input_stream_errors(tmpdir): argument
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/visualization/scripts/tests/
H A Dtest_fits2bitmap.py21 def test_function(self, tmpdir): argument
26 def test_script(self, tmpdir): argument
31 def test_exten_num(self, tmpdir): argument
39 def test_exten_name(self, tmpdir): argument
50 def test_compressed_fits(self, tmpdir, file_exten): argument
55 def test_orientation(self, tmpdir): argument

12345678910>>...188