Home
last modified time | relevance | path

Searched defs:tests (Results 126 – 150 of 33633) sorted by relevance

12345678910>>...1346

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/webapp2/
H A Drun_tests.py29 def get_suite(tests): argument
49 tests = sys.argv[1:] variable
51 tests = all_tests variable
52 tests = ['%s_test' % t for t in tests] variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/rsa/
H A Drun_tests.py18 def get_suite(tests): argument
38 tests = sys.argv[1:] variable
40 tests = all_tests variable
41 tests = ['%s' % t for t in tests] variable
/dports/www/firefox-legacy/firefox-52.8.0esr/python/rsa/
H A Drun_tests.py18 def get_suite(tests): argument
38 tests = sys.argv[1:] variable
40 tests = all_tests variable
41 tests = ['%s' % t for t in tests] variable
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/rsa/
H A Drun_tests.py18 def get_suite(tests): argument
38 tests = sys.argv[1:] variable
40 tests = all_tests variable
41 tests = ['%s' % t for t in tests] variable
/dports/devel/msitools/msitools-0.101/subprojects/bats-core/
H A DREADME.md269 ### `run`: Test other commands
308 ### `load`: Share common code
329 ### `skip`: Easily skip tests
367 ### `setup` and `teardown`: Pre- and post-test hooks
373 ### Code outside of test cases
382 ### File descriptor 3 (read this if Bats hangs)
403 ### Printing to the terminal
450 ### Special variables
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/doc/developer/
H A Dtests.rst18 Using Docker
35 Using Vagrant
91 Using a local dev environment
123 Automatically via Travis-CI
/dports/security/p5-openxpki/openxpki-3.16.1/doc/developer/
H A Dtests.rst18 Using Docker
35 Using Vagrant
91 Using a local dev environment
123 Automatically via Travis-CI
/dports/science/wannier90/wannier90-3.1.0/test-suite/testcode/bin/
H A Dtestcode.py280 def run_tests(tests, verbose=1, cluster_queue=None, tot_nprocs=0): argument
294 def run_test_worker(semaphore, semaphore_lock, tests, *run_test_args): argument
395 def compare_tests(tests, verbose=1): argument
428 def recheck_tests(tests, verbose=1, cluster_queue=None, tot_nprocs=0, argument
482 def diff_tests(tests, diff_program, verbose=1): argument
522 def tidy_tests(tests, ndays): argument
557 def make_benchmarks(test_programs, tests, userconfig, copy_files_since, argument
631 def start_status(tests, running, verbose=1): argument
654 def end_status(tests, not_checked=0, verbose=1, final=True): argument
670 def select_tests(stat_key, tests, statuses): argument
/dports/games/openage/openage-0.3.0-1262-ga554ab49/doc/code/
H A Dtesting.md40 ### C++ tests
72 ### Python tests
102 ### Python doctests
125 ### C++ demos
132 ### Python demos
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/
H A DCONTRIBUTING.md25 ### Test framework overview
52 ### Data Files
67 ### Adding tests to dEQP Framework
78 ### Adding tests to GTF
/dports/devel/py-opengrok-tools/opengrok-1.3.16/plugins/src/test/java/opengrok/auth/plugin/decoders/
H A DOSSODecoderTest.java84 String[] tests = { in testGetUserId() local
103 String[] tests = { in testGetUserDn() local
122 String[] tests = { in testGetCookieTimestamp() local
147 String[] tests = { in testInvalidGetCookieTimestamp() local
166 String[] tests = { in testGetTimeouted() local
/dports/math/mdal/MDAL-release-0.9.0/tests/unittests/
H A Dtest_mdal_utils.cpp29 std::vector<SplitTestData> tests = in TEST() local
59 std::vector<SplitTestData> tests = in TEST() local
76 std::vector<SplitTestData> tests = in TEST() local
96 std::vector<std::pair<std::string, double>> tests = in TEST() local
113 std::vector<std::pair<std::string, std::string>> tests = in TEST() local
166 std::vector<std::pair<std::string, bool>> tests = in TEST() local
206 std::vector<std::pair<std::string, bool>> tests = in TEST() local
259 std::vector<LoadMeshUri> tests in TEST() local
285 std::vector<LoadMeshUri> tests in TEST() local
321 std::vector<BuildMeshUri> tests in TEST() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/mozbase/manifestparser/tests/
H A Dtest_filters.py161 def tests(create_tests): function
178 def test_skip_if(tests): argument
189 def test_run_if(tests): argument
199 def test_fail_if(tests): argument
209 def test_enabled(tests): argument
215 def test_subsuite(tests): argument
230 def test_subsuite_condition(tests): argument
247 def test_tags(tests): argument
261 def test_failures(tests): argument
/dports/www/firefox/firefox-99.0/testing/mozbase/manifestparser/tests/
H A Dtest_filters.py161 def tests(create_tests): function
178 def test_skip_if(tests): argument
189 def test_run_if(tests): argument
199 def test_fail_if(tests): argument
209 def test_enabled(tests): argument
215 def test_subsuite(tests): argument
230 def test_subsuite_condition(tests): argument
247 def test_tags(tests): argument
261 def test_failures(tests): argument
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozbase/manifestparser/tests/
H A Dtest_filters.py161 def tests(create_tests): function
178 def test_skip_if(tests): argument
189 def test_run_if(tests): argument
199 def test_fail_if(tests): argument
209 def test_enabled(tests): argument
215 def test_subsuite(tests): argument
230 def test_subsuite_condition(tests): argument
247 def test_tags(tests): argument
261 def test_failures(tests): argument
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/common/test/
H A DWindowedCounterTest.cpp36 void run(const std::vector<TestPoint>& tests) { in run()
56 std::vector<TestPoint> tests = { in TEST_F() local
70 std::vector<TestPoint> tests = { in TEST_F() local
84 std::vector<TestPoint> tests = { in TEST_F() local
100 std::vector<TestPoint> tests = { in TEST_F() local
115 std::vector<TestPoint> tests = { in TEST_F() local
132 std::vector<TestPoint> tests = { in TEST_F() local
/dports/devel/llvm10/llvm-10.0.1.src/utils/lit/lit/
H A Dmain.py131 def print_suites_or_tests(tests, opts): argument
161 def determine_order(tests, order): argument
179 def filter_by_shard(tests, run, shards, lit_config): argument
198 def run_tests(tests, lit_config, opts, numTotalTests): argument
249 def print_summary(tests, elapsed, opts): argument
299 def write_test_results(tests, lit_config, elapsed, output_path): argument
354 def write_test_results_xunit(tests, opts): argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/lit/lit/
H A Dmain.py131 def print_suites_or_tests(tests, opts): argument
161 def determine_order(tests, order): argument
179 def filter_by_shard(tests, run, shards, lit_config): argument
198 def run_tests(tests, lit_config, opts, numTotalTests): argument
249 def print_summary(tests, elapsed, opts): argument
299 def write_test_results(tests, lit_config, elapsed, output_path): argument
354 def write_test_results_xunit(tests, opts): argument
/dports/emulators/qemu60/qemu-6.0.0/meson/docs/markdown/
H A DContributing.md219 #### env
225 #### installed
284 #### matrix
325 #### do_not_set_opts
331 #### tools
338 #### stdout
/dports/emulators/qemu5/qemu-5.2.0/meson/docs/markdown/
H A DContributing.md219 #### env
225 #### installed
284 #### matrix
325 #### do_not_set_opts
331 #### tools
338 #### stdout
/dports/sysutils/ansible2/ansible-2.9.27/docs/docsite/rst/dev_guide/
H A Dtesting_units.rst96 Structuring Unit Tests
149 Module test case common code
161 Fixtures files
179 Code Coverage For New or Updated Unit Tests
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/dev_guide/
H A Dtesting_units.rst100 Structuring Unit Tests
153 Module test case common code
163 Fixtures files
176 Code Coverage For New or Updated Unit Tests
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/dev_guide/
H A Dtesting_units_modules.rst101 Unit tests can check the way in which external services are run to ensure that they match
153 good name, ``test_create_server()`` would not be.
163 ``import units.compat.mock``).
177 This applies not only to calling the main module but almost any other
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/test/
H A DREADME.md25 #### Dependencies
32 #### Running the tests
99 #### Troubleshooting and debugging test failures
265 #### Dependencies
277 #### Running the tests
/dports/net-p2p/bitcoin/bitcoin-22.0/test/
H A DREADME.md25 #### Dependencies
32 #### Running the tests
99 #### Troubleshooting and debugging test failures
265 #### Dependencies
277 #### Running the tests

12345678910>>...1346