Home
last modified time | relevance | path

Searched defs:tmpdir (Results 326 – 350 of 5331) sorted by relevance

1...<<11121314151617181920>>...214

/dports/www/py-bottle-cork/bottle-cork-0.12.0/tests/
H A Dconftest.py9 def chdir_to_tmpdir(tmpdir): argument
15 def templates_dir(tmpdir, chdir_to_tmpdir): argument
35 def mytmpdir(tmpdir): argument
/dports/www/py-crossplane/crossplane-0.5.7/tests/ext/
H A Dtest_lua.py392 def test_build_lua_blocks_simple(tmpdir): argument
396 def test_build_lua_blocks_larger(tmpdir): argument
400 def test_build_lua_blocks_tricky(tmpdir): argument
/dports/astro/py-astropy/astropy-5.0/astropy/io/misc/asdf/tests/
H A Dtest_io.py19 def test_table_io(tmpdir): argument
38 def test_table_io_custom_key(tmpdir): argument
61 def test_table_io_custom_tree(tmpdir): argument
/dports/math/py-numpy-stl/numpy-stl-2.11.3/tests/
H A Dtest_binary.py7 def test_ascii_like_binary(tmpdir, speedups, mode): argument
12 def test_binary_in_ascii_mode(tmpdir, speedups): argument
20 def _test(tmpdir, speedups, mode, use_filehandle=True): argument
/dports/lang/ruby26/ruby-2.6.9/lib/
H A Dtmpdir.rb21 def self.tmpdir singletonMethod in Dir
111 def tmpdir method
115 def create(basename, tmpdir=nil, max_try: nil, **opts) argument
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/unit/modules/
H A Dtest_tls.py32 def test_create_ca_permissions_on_cert_and_key(tmpdir, tls_test_data): argument
51 def test_create_csr_permissions_on_csr_and_key(tmpdir, tls_test_data): argument
85 def test_create_self_signed_cert_permissions_on_csr_cert_and_key(tmpdir, tls_test_data): argument
/dports/devel/py-pip-tools/pip-tools-6.3.1/tests/
H A Dtest_cache.py66 def test_read_cache_does_not_exist(tmpdir): argument
74 def test_read_cache_permission_error(tmpdir): argument
82 def test_reverse_dependencies(from_line, tmpdir): argument
/dports/graphics/py-rasterio/rasterio-1.2.10/tests/
H A Dtest_gcps.py54 def test_write_read_gcps(tmpdir): argument
83 def test_write_read_gcps_buffereddatasetwriter(tmpdir): argument
112 def test_read_vrt_gcps(tmpdir): argument
/dports/x11-fonts/py-glyphsLib/glyphsLib-3.1.4/tests/builder/
H A Dto_glyphs_test.py311 def test_designspace_source_locations(tmpdir): argument
356 def test_ufo_filename_is_kept_the_same(tmpdir): argument
397 def test_dont_copy_advance_to_the_background_unless_it_was_there(tmpdir): argument
436 def test_double_unicodes(tmpdir): argument
/dports/devel/py-tox/tox-3.12.1/tests/unit/
H A Dtest_pytest_plugins.py19 def test_no_src_root(self, kwargs, tmpdir, initproj): argument
25 def test_existing_src_root(self, tmpdir, initproj): argument
32 def test_prebuilt_src_dir_with_no_src_root(self, tmpdir, initproj): argument
38 def test_prebuilt_src_dir_with_src_root(self, tmpdir, initproj): argument
48 def test_broken_py_path_local_join_workaround_on_Windows(self, tmpdir, initproj, monkeypatch): argument
/dports/devel/py-flynt/flynt-0.69/test/integration/
H A Dtest_api.py19 def formattable_file(tmpdir): argument
29 def py2_file(tmpdir): argument
39 def invalid_unicode_file(tmpdir): argument
50 def mixed_line_endings_file(tmpdir): argument
160 def bom_file(tmpdir): argument
/dports/science/py-asdf/asdf-2.8.1/asdf/tests/
H A Dtest_schema.py75 def test_load_schema(tmpdir): argument
98 def test_load_schema_with_full_tag(tmpdir): argument
121 def test_load_schema_with_tag_address(tmpdir): argument
145 def test_load_schema_with_file_url(tmpdir): argument
649 def test_max_min_literals_write(num, ttype, tmpdir): argument
754 def test_nested_array_yaml(tmpdir): argument
820 def test_assert_roundtrip_with_extension(tmpdir): argument
852 def test_custom_validation_bad(tmpdir): argument
878 def test_custom_validation_good(tmpdir): argument
895 def test_custom_validation_pathlib(tmpdir): argument
[all …]
/dports/science/py-segyio/segyio-1.9.8/python/test/
H A Dsegy.py665 def test_put_text_sequence(tmpdir): argument
1318 def test_create_from_naught(endian, tmpdir): argument
1355 def test_create_from_naught_prestack(endian, tmpdir): argument
1445 def test_create_non_4byte_file(tmpdir): argument
1462 def test_create_write_lines(tmpdir): argument
1472 def test_create_sgy_skip_lines(tmpdir): argument
1503 def test_create_uint16_samples(tmpdir): argument
1569 def test_create_bad_specs(tmpdir): argument
1783 def test_writetrace_int16(tmpdir): argument
1798 def test_write_iline_int16(tmpdir): argument
[all …]
/dports/science/segyio/segyio-1.9.8/python/test/
H A Dsegy.py665 def test_put_text_sequence(tmpdir): argument
1318 def test_create_from_naught(endian, tmpdir): argument
1355 def test_create_from_naught_prestack(endian, tmpdir): argument
1445 def test_create_non_4byte_file(tmpdir): argument
1462 def test_create_write_lines(tmpdir): argument
1472 def test_create_sgy_skip_lines(tmpdir): argument
1503 def test_create_uint16_samples(tmpdir): argument
1569 def test_create_bad_specs(tmpdir): argument
1783 def test_writetrace_int16(tmpdir): argument
1798 def test_write_iline_int16(tmpdir): argument
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/daemonize-0.4.1/tests/
H A Dtests.rs24 let tmpdir = TempDir::new("chdir").unwrap(); in test_umask_chdir() localVariable
43 let tmpdir = TempDir::new("chdir").unwrap(); in test_pid() localVariable
60 let tmpdir = TempDir::new("double_run").unwrap(); in double_run() localVariable
93 let tmpdir = TempDir::new("uid_gid").unwrap(); in test_uid_gid() localVariable
112 let tmpdir = TempDir::new("redirect").unwrap(); in test_redirect_streams() localVariable
/dports/science/py-asdf/asdf-2.8.1/asdf/tags/core/tests/
H A Dtest_history.py62 def test_history_to_file(tmpdir): argument
93 def test_old_history(tmpdir): argument
117 def test_get_history_entries(tmpdir): argument
133 def test_extension_metadata(tmpdir): argument
216 def test_metadata_with_custom_extension(tmpdir): argument
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/daemonize-0.4.1/tests/
H A Dtests.rs24 let tmpdir = TempDir::new("chdir").unwrap(); in test_umask_chdir() localVariable
43 let tmpdir = TempDir::new("chdir").unwrap(); in test_pid() localVariable
60 let tmpdir = TempDir::new("double_run").unwrap(); in double_run() localVariable
93 let tmpdir = TempDir::new("uid_gid").unwrap(); in test_uid_gid() localVariable
112 let tmpdir = TempDir::new("redirect").unwrap(); in test_redirect_streams() localVariable
/dports/security/acmed/acmed-0.18.0/cargo-crates/daemonize-0.4.1/tests/
H A Dtests.rs24 let tmpdir = TempDir::new("chdir").unwrap(); in test_umask_chdir() localVariable
43 let tmpdir = TempDir::new("chdir").unwrap(); in test_pid() localVariable
60 let tmpdir = TempDir::new("double_run").unwrap(); in double_run() localVariable
93 let tmpdir = TempDir::new("uid_gid").unwrap(); in test_uid_gid() localVariable
112 let tmpdir = TempDir::new("redirect").unwrap(); in test_redirect_streams() localVariable
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/daemonize-0.4.1/tests/
H A Dtests.rs24 let tmpdir = TempDir::new("chdir").unwrap(); in test_umask_chdir() localVariable
43 let tmpdir = TempDir::new("chdir").unwrap(); in test_pid() localVariable
60 let tmpdir = TempDir::new("double_run").unwrap(); in double_run() localVariable
93 let tmpdir = TempDir::new("uid_gid").unwrap(); in test_uid_gid() localVariable
112 let tmpdir = TempDir::new("redirect").unwrap(); in test_redirect_streams() localVariable
/dports/cad/uranium/Uranium-3ed9c4de/tests/Settings/
H A DTestRoundtripping.py60 def test_roundtrip_basic(tmpdir, process_count): argument
77 def test_roundtrip_instance(tmpdir, process_count, loaded_container_registry): argument
103 def test_roundtrip_stack(tmpdir, process_count, loaded_container_registry): argument
131 def test_roundtrip_definition(tmpdir, process_count, loaded_container_registry): argument
/dports/devel/buildstream/BuildStream-1.2.8/tests/frontend/
H A Dlogging.py17 def test_default_logging(cli, tmpdir, datafiles): argument
49 def test_custom_logging(cli, tmpdir, datafiles): argument
86 def test_failed_build_listing(cli, tmpdir, datafiles): argument
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/pybind11/tests/extra_setuptools/
H A Dtest_setuphelper.py15 def test_simple_setup_py(monkeypatch, tmpdir, parallel, std): argument
104 def test_intree_extensions(monkeypatch, tmpdir): argument
123 def test_intree_extensions_package_dir(monkeypatch, tmpdir): argument
/dports/devel/pybind11/pybind11-2.8.1/tests/extra_setuptools/
H A Dtest_setuphelper.py15 def test_simple_setup_py(monkeypatch, tmpdir, parallel, std): argument
104 def test_intree_extensions(monkeypatch, tmpdir): argument
123 def test_intree_extensions_package_dir(monkeypatch, tmpdir): argument
/dports/textproc/lookatme/lookatme-2.3.2/tests/
H A Dtest_file_loader.py27 def test_file_loader(tmpdir, mocker): argument
55 def test_file_loader_with_transform(tmpdir, mocker): argument
93 def test_file_loader_relative(tmpdir, mocker): argument
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DRawzor.pm35 RawzorRequiredVersion => {
54 my ($et, $dirInfo) = @_;
76 $et->HandleTag($tagTablePtr, OriginalFileSize => $origSize);

1...<<11121314151617181920>>...214