Home
last modified time | relevance | path

Searched refs:catch_exceptions (Results 1 – 25 of 1176) sorted by relevance

12345678910>>...48

/dports/textproc/py-mkdocs/mkdocs-1.2.3/mkdocs/tests/
H A Dcli_tests.py22 cli.cli, ["serve"], catch_exceptions=False)
69 cli.cli, ["serve", '--strict'], catch_exceptions=False)
137 cli.cli, ["serve", '--livereload'], catch_exceptions=False)
206 cli.cli, ['build'], catch_exceptions=False)
228 cli.cli, ['build', '--clean'], catch_exceptions=False)
241 cli.cli, ['build', '--dirty'], catch_exceptions=False)
269 cli.cli, ['build', '--strict'], catch_exceptions=False)
354 cli.cli, ['build', '--verbose'], catch_exceptions=False)
366 cli.cli, ['build', '--quiet'], catch_exceptions=False)
377 cli.cli, ["new", "project"], catch_exceptions=False)
[all …]
/dports/graphics/py-rasterio/rasterio-1.2.10/tests/
H A Dtest_rio_calc.py12 catch_exceptions=False)
20 catch_exceptions=False)
35 catch_exceptions=False)
48 outfile], catch_exceptions=False)
63 'tests/data/shade.tif', outfile], catch_exceptions=False)
79 'tests/data/RGB.byte.tif', outfile], catch_exceptions=False)
92 catch_exceptions=False)
132 catch_exceptions=False)
143 'tests/data/shade.tif', outfile], catch_exceptions=False)
161 outfile], catch_exceptions=False)
[all …]
H A Dtest_rio_sample.py23 catch_exceptions=False)
32 catch_exceptions=False)
41 catch_exceptions=False)
50 catch_exceptions=False)
59 catch_exceptions=False)
68 catch_exceptions=False)
/dports/graphics/py-fiona/Fiona-1.8.20/tests/
H A Dtest_fio_collect.py19 catch_exceptions=False)
29 catch_exceptions=False)
39 catch_exceptions=False)
57 catch_exceptions=False)
68 catch_exceptions=False)
79 catch_exceptions=False)
88 catch_exceptions=False)
/dports/www/py-gandi.cli/gandi.cli-1.5/gandi/cli/tests/commands/
H A Dbase.py43 def invoke_with_exceptions(self, cli, args, catch_exceptions=False, argument
45 return self.runner.invoke(cli, args, catch_exceptions=catch_exceptions,
49 catch_exceptions=False, argument
64 catch_exceptions=catch_exceptions,
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/common/
H A Ddependencies.py181 self._catch_exceptions = catch_exceptions
201 catch_exceptions=self._catch_exceptions,
302 catch_exceptions=None): argument
418 if catch_exceptions is not None:
422 catch_exceptions = (ImportError,)
424 catch_exceptions = (ImportError, Exception)
425 if catch_exceptions is None:
426 catch_exceptions = (ImportError,)
461 catch_exceptions=catch_exceptions,
490 except catch_exceptions as e:
[all …]
/dports/devel/py-click-log/click-log-0.3.2/tests/
H A Dtest_basic.py29 result = runner.invoke(cli, catch_exceptions=False)
42 result = runner.invoke(cli, catch_exceptions=False)
58 result = runner.invoke(cli, catch_exceptions=False)
74 result = runner.invoke(cli, catch_exceptions=False)
93 result = runner.invoke(cli, ['-v', 'debug'], catch_exceptions=False)
/dports/science/py-rmf/rmf-1.3.1/plugins/vmd/
H A Dinit.cpp28 int catch_exceptions(std::string name, void *mydata, M m) { in catch_exceptions() function
59 return catch_exceptions( in read_rmf_structure()
65 return catch_exceptions( in read_rmf_timestep()
73 return catch_exceptions( in read_rmf_bonds()
81 return catch_exceptions( in read_rmf_graphics()
88 return catch_exceptions( in read_rmf_timestep_metadata()
/dports/science/rmf/rmf-1.3.1/plugins/vmd/
H A Dinit.cpp28 int catch_exceptions(std::string name, void *mydata, M m) { in catch_exceptions() function
59 return catch_exceptions( in read_rmf_structure()
65 return catch_exceptions( in read_rmf_timestep()
73 return catch_exceptions( in read_rmf_bonds()
81 return catch_exceptions( in read_rmf_graphics()
88 return catch_exceptions( in read_rmf_timestep_metadata()
/dports/www/py-paste/Paste-3.4.6/paste/
H A Dcascade.py60 self.catch_exceptions = []
71 self.catch_exceptions.append(exc)
72 self.catch_exceptions = tuple(self.catch_exceptions)
128 except self.catch_exceptions:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/Paste/paste/
H A Dcascade.py60 self.catch_exceptions = []
71 self.catch_exceptions.append(exc)
72 self.catch_exceptions = tuple(self.catch_exceptions)
126 except self.catch_exceptions:
/dports/science/ALPSCore/ALPSCore-2.2.0/common/deps/gtest-1.7.0/test/
H A Dgtest-death-test_ex_test.cc57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
91 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0; in main()
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/third_party/googletest/test/
H A Dgoogletest-death-test_ex_test.cc56 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
82 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
90 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0; in main()
/dports/biology/vcflib/vcflib-1.0.2/googletest/googletest/test/
H A Dgtest-death-test_ex_test.cc57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
91 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0; in main()
/dports/net/flower/flower-0.10/contrib/googletest-release-1.8.0/googletest/test/
H A Dgtest-death-test_ex_test.cc57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
91 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0; in main()
/dports/archivers/draco/googletest/googletest/test/
H A Dgoogletest-death-test_ex_test.cc56 << (GTEST_FLAG_GET(catch_exceptions) ? "enabled" : "disabled"); in TEST()
82 << (GTEST_FLAG_GET(catch_exceptions) ? "enabled" : "disabled"); in TEST()
90 GTEST_FLAG_SET(catch_exceptions, GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0); in main()
/dports/lang/v8/v8-9.6.180.12/third_party/googletest/src/googletest/test/
H A Dgoogletest-death-test_ex_test.cc56 << (GTEST_FLAG_GET(catch_exceptions) ? "enabled" : "disabled"); in TEST()
82 << (GTEST_FLAG_GET(catch_exceptions) ? "enabled" : "disabled"); in TEST()
90 GTEST_FLAG_SET(catch_exceptions, GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0); in main()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/third_party/googletest/test/
H A Dgoogletest-death-test_ex_test.cc56 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
82 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
90 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0; in main()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/gtest/googletest/test/
H A Dgoogletest-death-test_ex_test.cc56 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
82 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
90 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0; in main()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/cubeb-sys/libcubeb/googletest/test/
H A Dgtest-death-test_ex_test.cc57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
91 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0; in main()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cubeb-sys-0.5.5/libcubeb/googletest/test/
H A Dgtest-death-test_ex_test.cc57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
91 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0; in main()
/dports/chinese/opencc/OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/
H A Dgtest-death-test_ex_test.cc57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
91 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0; in main()
/dports/math/curv/curv-0.5/extern/googletest/googletest/test/
H A Dgtest-death-test_ex_test.cc57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
91 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0; in main()
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/googletest/googletest/test/
H A Dgtest-death-test_ex_test.cc57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
91 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0; in main()
/dports/devel/arpc/arpc-0.7/contrib/googletest-release-1.8.0/googletest/test/
H A Dgtest-death-test_ex_test.cc57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
91 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0; in main()

12345678910>>...48