Home
last modified time | relevance | path

Searched refs:isfile (Results 1 – 25 of 6113) sorted by relevance

12345678910>>...245

/dports/textproc/py-sphinx/Sphinx-3.5.2/tests/
H A Dtest_ext_apidoc.py52 assert (outdir / 'conf.py').isfile()
53 assert (outdir / 'index.rst').isfile()
67 assert (outdir / 'conf.py').isfile()
68 assert (outdir / 'a.b.c.rst').isfile()
69 assert (outdir / 'a.b.e.rst').isfile()
115 assert (outdir / 'conf.py').isfile()
177 assert (outdir / 'c.rst').isfile()
219 assert (outdir / 'a.rst').isfile()
236 assert (outdir / 'a.rst').isfile()
251 assert (outdir / 'a.rst').isfile()
[all …]
/dports/news/sabnzbdplus/SABnzbd-3.3.0/tests/
H A Dtest_deobfuscate_filenames.py91 assert os.path.isfile(output_file1)
120 assert os.path.isfile(output_file1)
199 assert os.path.isfile(isofile)
204 assert os.path.isfile(srtfile)
209 assert os.path.isfile(dutsrtfile)
214 assert os.path.isfile(txtfile)
248 assert os.path.isfile(file1)
252 assert os.path.isfile(file2)
256 assert os.path.isfile(file3)
260 assert os.path.isfile(file4)
[all …]
/dports/devel/py-nbconvert/nbconvert-6.2.0/nbconvert/tests/
H A Dtest_nbconvertapp.py50 assert os.path.isfile('notebook1.py')
51 assert os.path.isfile('notebook2.py')
70 assert os.path.isfile('notebook1.py')
71 assert os.path.isfile('notebook2.py')
92 assert os.path.isfile('notebook2.py')
236 assert os.path.isfile('notebook1.py')
237 assert os.path.isfile('notebook2.py')
246 assert os.path.isfile('notebook1.py')
296 assert os.path.isfile('hello.py')
298 assert os.path.isfile(u'hello.txt')
[all …]
/dports/graphics/py-geomdl/geomdl-5.2.10/tests/
H A Dtest_read_write.py94 if os.path.isfile(fname):
109 if os.path.isfile(fname):
124 if os.path.isfile(fname):
139 if os.path.isfile(fname):
157 if os.path.isfile(fname):
175 if os.path.isfile(fname):
193 if os.path.isfile(fname):
211 if os.path.isfile(fname):
225 if os.path.isfile(fname):
245 if os.path.isfile(fname):
[all …]
H A Dtest_visualization.py111 assert os.path.isfile(fname)
129 assert os.path.isfile(fname)
133 if os.path.isfile(fname):
173 if os.path.isfile(fname):
209 if os.path.isfile(fname):
247 if os.path.isfile(fname):
283 if os.path.isfile(fname):
304 if os.path.isfile(fname):
344 if os.path.isfile(fname):
360 if os.path.isfile(fname):
[all …]
/dports/biology/py-biopython/biopython-1.79/Tests/
H A Dtest_NCBI_BLAST_tools.py60 if not os.path.isfile(exe_name):
252 os.path.isfile("GenBank/NC_005816.faa.psd")
253 or os.path.isfile("GenBank/NC_005816.faa.pnd")
256 os.path.isfile("GenBank/NC_005816.faa.psi")
257 or os.path.isfile("GenBank/NC_005816.faa.pni")
299 os.path.isfile("GenBank/NC_005816.faa.psd")
300 or os.path.isfile("GenBank/NC_005816.faa.pnd")
303 os.path.isfile("GenBank/NC_005816.faa.psi")
304 or os.path.isfile("GenBank/NC_005816.faa.pni")
345 os.path.isfile("GenBank/NC_005816.fna.nsd")
[all …]
/dports/math/octave/octave-6.4.0/scripts/miscellaneous/
H A Disfile.m27 ## @deftypefn {} {@var{tf} =} isfile (@var{f})
35 function retval = isfile (f) function
56 %! mfile = which ("isfile");
58 %!assert (isfile (mfile))
59 %!assert (! isfile (tempdir ()))
67 %! assert (! isfile (tmp));
69 %! assert (isfile (tmp));
71 %! assert (! isfile (n));
78 %!error isfile ()
79 %!error isfile ("a", "b")
[all …]
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/python_bindings/correctness/
H A Dcompile_to.py16 assert os.path.isfile(p)
20 assert os.path.isfile(p)
24 assert os.path.isfile(p)
28 assert os.path.isfile(p)
32 assert os.path.isfile(p)
36 assert os.path.isfile(p)
39 assert os.path.isfile(os.path.join(tmpdir, "f_all.h"))
41 assert os.path.isfile(os.path.join(tmpdir, "f_all.obj"))
43 assert os.path.isfile(os.path.join(tmpdir, "f_all.o"))
47 assert os.path.isfile(p)
/dports/net/cloud-init/cloud-init-21.4/tests/unittests/test_handler/
H A Dtest_handler_apt_conf_v1.py32 self.assertTrue(os.path.isfile(self.pfile))
33 self.assertFalse(os.path.isfile(self.cfile))
42 self.assertTrue(os.path.isfile(self.pfile))
43 self.assertFalse(os.path.isfile(self.cfile))
60 self.assertTrue(os.path.isfile(self.pfile))
61 self.assertFalse(os.path.isfile(self.cfile))
71 self.assertFalse(os.path.isfile(self.pfile))
72 self.assertFalse(os.path.isfile(self.cfile))
78 self.assertTrue(os.path.isfile(self.pfile))
88 self.assertTrue(os.path.isfile(self.cfile))
[all …]
/dports/devel/py-importlab/importlab-0.6.1/tests/
H A Dtest_fs.py24 self.assertTrue(self.fs.isfile("a.py"))
25 self.assertTrue(self.fs.isfile("foo/c.py"))
26 self.assertFalse(self.fs.isfile("foo/b.py"))
55 self.assertTrue(self.fs.isfile("a.py"))
56 self.assertTrue(self.fs.isfile("foo/c.py"))
57 self.assertFalse(self.fs.isfile("foo/b.py"))
88 self.assertTrue(self.fs.isfile("A.py"))
89 self.assertTrue(self.fs.isfile("FOO/c.py"))
90 self.assertFalse(self.fs.isfile("foO/B.py"))
114 self.assertTrue(self.fs.isfile("a.py"))
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/test/functional/
H A Dfeature_logging.py24 assert os.path.isfile(default_log_path)
28 assert os.path.isfile(self.relative_log_path("foo.log"))
33 assert os.path.isfile(tempname)
41 assert not os.path.isfile(os.path.join(invdir, "foo.log"))
47 assert os.path.isfile(os.path.join(invdir, "foo.log"))
54 assert not os.path.isfile(os.path.join(invdir, "foo.log"))
60 assert os.path.isfile(os.path.join(invdir, "foo.log"))
65 assert not os.path.isfile(default_log_path)
67 assert not os.path.isfile(default_log_path)
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/test/functional/
H A Dfeature_logging.py24 assert os.path.isfile(default_log_path)
28 assert os.path.isfile(self.relative_log_path("foo.log"))
33 assert os.path.isfile(tempname)
41 assert not os.path.isfile(os.path.join(invdir, "foo.log"))
47 assert os.path.isfile(os.path.join(invdir, "foo.log"))
54 assert not os.path.isfile(os.path.join(invdir, "foo.log"))
60 assert os.path.isfile(os.path.join(invdir, "foo.log"))
65 assert not os.path.isfile(default_log_path)
67 assert not os.path.isfile(default_log_path)
/dports/net-p2p/litecoin/litecoin-0.18.1/test/functional/
H A Dfeature_logging.py24 assert os.path.isfile(default_log_path)
28 assert os.path.isfile(self.relative_log_path("foo.log"))
33 assert os.path.isfile(tempname)
41 assert not os.path.isfile(os.path.join(invdir, "foo.log"))
47 assert os.path.isfile(os.path.join(invdir, "foo.log"))
54 assert not os.path.isfile(os.path.join(invdir, "foo.log"))
60 assert os.path.isfile(os.path.join(invdir, "foo.log"))
65 assert not os.path.isfile(default_log_path)
67 assert not os.path.isfile(default_log_path)
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/test/functional/
H A Dfeature_logging.py24 assert os.path.isfile(default_log_path)
28 assert os.path.isfile(self.relative_log_path("foo.log"))
33 assert os.path.isfile(tempname)
41 assert not os.path.isfile(os.path.join(invdir, "foo.log"))
47 assert os.path.isfile(os.path.join(invdir, "foo.log"))
54 assert not os.path.isfile(os.path.join(invdir, "foo.log"))
60 assert os.path.isfile(os.path.join(invdir, "foo.log"))
65 assert not os.path.isfile(default_log_path)
67 assert not os.path.isfile(default_log_path)
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/test/functional/
H A Dfeature_logging.py24 assert os.path.isfile(default_log_path)
28 assert os.path.isfile(self.relative_log_path("foo.log"))
33 assert os.path.isfile(tempname)
41 assert not os.path.isfile(os.path.join(invdir, "foo.log"))
47 assert os.path.isfile(os.path.join(invdir, "foo.log"))
54 assert not os.path.isfile(os.path.join(invdir, "foo.log"))
60 assert os.path.isfile(os.path.join(invdir, "foo.log"))
65 assert not os.path.isfile(default_log_path)
67 assert not os.path.isfile(default_log_path)
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/test/functional/
H A Dfeature_logging.py24 assert os.path.isfile(default_log_path)
28 assert os.path.isfile(self.relative_log_path("foo.log"))
33 assert os.path.isfile(tempname)
41 assert not os.path.isfile(os.path.join(invdir, "foo.log"))
47 assert os.path.isfile(os.path.join(invdir, "foo.log"))
54 assert not os.path.isfile(os.path.join(invdir, "foo.log"))
60 assert os.path.isfile(os.path.join(invdir, "foo.log"))
65 assert not os.path.isfile(default_log_path)
67 assert not os.path.isfile(default_log_path)
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/test/functional/
H A Dfeature_logging.py24 assert os.path.isfile(default_log_path)
28 assert os.path.isfile(self.relative_log_path("foo.log"))
33 assert os.path.isfile(tempname)
41 assert not os.path.isfile(os.path.join(invdir, "foo.log"))
47 assert os.path.isfile(os.path.join(invdir, "foo.log"))
54 assert not os.path.isfile(os.path.join(invdir, "foo.log"))
60 assert os.path.isfile(os.path.join(invdir, "foo.log"))
65 assert not os.path.isfile(default_log_path)
67 assert not os.path.isfile(default_log_path)
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/test/functional/
H A Dfeature_logging.py24 assert os.path.isfile(default_log_path)
28 assert os.path.isfile(self.relative_log_path("foo.log"))
33 assert os.path.isfile(tempname)
41 assert not os.path.isfile(os.path.join(invdir, "foo.log"))
47 assert os.path.isfile(os.path.join(invdir, "foo.log"))
54 assert not os.path.isfile(os.path.join(invdir, "foo.log"))
60 assert os.path.isfile(os.path.join(invdir, "foo.log"))
65 assert not os.path.isfile(default_log_path)
67 assert not os.path.isfile(default_log_path)
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/test/functional/
H A Dfeature_logging.py24 assert os.path.isfile(default_log_path)
28 assert os.path.isfile(self.relative_log_path("foo.log"))
33 assert os.path.isfile(tempname)
41 assert not os.path.isfile(os.path.join(invdir, "foo.log"))
47 assert os.path.isfile(os.path.join(invdir, "foo.log"))
54 assert not os.path.isfile(os.path.join(invdir, "foo.log"))
60 assert os.path.isfile(os.path.join(invdir, "foo.log"))
65 assert not os.path.isfile(default_log_path)
67 assert not os.path.isfile(default_log_path)
/dports/net-p2p/bitcoin/bitcoin-22.0/test/functional/
H A Dfeature_logging.py24 assert os.path.isfile(default_log_path)
28 assert os.path.isfile(self.relative_log_path("foo.log"))
33 assert os.path.isfile(tempname)
41 assert not os.path.isfile(os.path.join(invdir, "foo.log"))
47 assert os.path.isfile(os.path.join(invdir, "foo.log"))
54 assert not os.path.isfile(os.path.join(invdir, "foo.log"))
60 assert os.path.isfile(os.path.join(invdir, "foo.log"))
65 assert not os.path.isfile(default_log_path)
67 assert not os.path.isfile(default_log_path)
/dports/devel/py-oslo.config/oslo.config-8.7.1/oslo_config/tests/
H A Dtest_sphinxconfiggen.py25 def test_sample_gen_with_single_config_file(self, main, isfile, isdir): argument
26 isfile.side_effect = [False, True]
43 def test_sample_gen_with_single_config_file_no_base(self, main, isfile, argument
45 isfile.side_effect = [False, True]
64 def test_multi_sample_gen(self, main, isfile, isdir): argument
65 isfile.side_effect = [False, True, False, True]
87 def test_multi_sample_gen_with_without_one_base(self, main, isfile, isdir): argument
88 isfile.side_effect = [False, True, False, True]
110 def test_multi_sample_gen_with_without_any_base(self, main, isfile, isdir): argument
111 isfile.side_effect = [False, True, False, True]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
H A Dtest_discovery.py31 original_isfile = os.path.isfile
33 os.path.isfile = original_isfile
49 def isfile(path): function
52 os.path.isfile = isfile
74 original_isfile = os.path.isfile
136 original_isfile = os.path.isfile
184 isfile = os.path.isfile
185 os.path.isfile = lambda _: True
188 os.path.isfile = isfile
323 def isfile(_): function
[all …]
/dports/graphics/py-sorl-thumbnail/sorl-thumbnail-12.6.3/tests/thumbnail_tests/
H A Dtest_commands.py22 self.assertTrue(os.path.isfile(name))
32 self.assertTrue(os.path.isfile(name1))
33 self.assertTrue(os.path.isfile(name2))
46 self.assertTrue(os.path.isfile(name1))
47 self.assertTrue(os.path.isfile(name2))
48 self.assertFalse(os.path.isfile(name3))
60 self.assertFalse(os.path.isfile(name1))
61 self.assertFalse(os.path.isfile(name2))
62 self.assertFalse(os.path.isfile(name3))
/dports/archivers/py-rarfile/rarfile-4.0/test/
H A Dtest_api.py185 assert os.path.isfile(str(ex1 / "stest1.txt")) is True
186 assert os.path.isfile(str(ex1 / "stest2.txt")) is True
189 assert os.path.isfile(str(ex2 / "stest1.txt")) is True
195 assert os.path.isfile(str(ex3 / "stest2.txt")) is True
198 assert os.path.isfile(str(ex2 / "stest1.txt")) is True
201 assert os.path.isfile(str(ex3 / "stest2.txt")) is True
206 assert os.path.isfile(str(ex4 / "stest1.txt")) is True
207 assert os.path.isfile(str(ex4 / "stest2.txt")) is True
223 assert os.path.isfile(str(ex1 / "stest1.txt")) is True
224 assert os.path.isfile(str(ex1 / "stest2.txt")) is True
[all …]
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/machinelearning/ml_python/common/
H A Dlookuptable.py81 if not os.path.isfile(VECTORS_NPY) or \
82 not os.path.isfile(HELPFILE_NPY) or \
114 if not os.path.isdir(HELP_FILE_PATH) or not os.path.isfile(tbz2_path):
118 if not os.path.isfile(KEYWORDS_FILE):
123 if not os.path.isfile(VECTORS_NPY) or not os.path.isfile(HELPFILE_NPY):
134 if not os.path.isdir(HELP_FILE_PATH) or not os.path.isfile(tbz2_path):
136 if not os.path.isfile(KEYWORDS_FILE):
139 not os.path.isfile(VECTORS_NPY) or \
140 not os.path.isfile(HELPFILE_NPY):

12345678910>>...245