Home
last modified time | relevance | path

Searched refs:make_suite (Results 1 – 25 of 37) sorted by relevance

12

/dports/textproc/py-wtforms/WTForms-2.1/tests/
H A Druntests.py11 def make_suite(prefix='', extra=(), force_all=False): function
32 return make_suite('tests.')
72 suite = make_suite('', tuple(extra_args), options.force_all)
/dports/net-mgmt/statsite/statsite-0.8.0/deps/check-0.9.8/tests/
H A Dex_output.c27 static Suite *make_suite (void) in make_suite() function
47 s = make_suite(); in run_tests()
/dports/databases/py-gdbm/Python-3.8.12/Lib/lib2to3/
H A Dfixer_util.py285 def make_suite(node): function
371 n = find_binding(name, make_suite(child.children[-1]), package)
374 n = find_binding(name, make_suite(child.children[-1]), package)
377 n = find_binding(name, make_suite(child.children[2]), package)
384 n = find_binding(name, make_suite(child.children[i+4]), package)
/dports/lang/python310/Python-3.10.1/Lib/lib2to3/
H A Dfixer_util.py285 def make_suite(node): function
371 n = find_binding(name, make_suite(child.children[-1]), package)
374 n = find_binding(name, make_suite(child.children[-1]), package)
377 n = find_binding(name, make_suite(child.children[2]), package)
384 n = find_binding(name, make_suite(child.children[i+4]), package)
/dports/lang/python37/Python-3.7.12/Lib/lib2to3/
H A Dfixer_util.py285 def make_suite(node): function
371 n = find_binding(name, make_suite(child.children[-1]), package)
374 n = find_binding(name, make_suite(child.children[-1]), package)
377 n = find_binding(name, make_suite(child.children[2]), package)
384 n = find_binding(name, make_suite(child.children[i+4]), package)
/dports/lang/python-legacy/Python-2.7.18/Lib/lib2to3/
H A Dfixer_util.py264 def make_suite(node): function
350 n = find_binding(name, make_suite(child.children[-1]), package)
353 n = find_binding(name, make_suite(child.children[-1]), package)
356 n = find_binding(name, make_suite(child.children[2]), package)
363 n = find_binding(name, make_suite(child.children[i+4]), package)
/dports/lang/python-tools/Python-3.8.12/Lib/lib2to3/
H A Dfixer_util.py285 def make_suite(node): function
371 n = find_binding(name, make_suite(child.children[-1]), package)
374 n = find_binding(name, make_suite(child.children[-1]), package)
377 n = find_binding(name, make_suite(child.children[2]), package)
384 n = find_binding(name, make_suite(child.children[i+4]), package)
/dports/lang/python27/Python-2.7.18/Lib/lib2to3/
H A Dfixer_util.py264 def make_suite(node): function
350 n = find_binding(name, make_suite(child.children[-1]), package)
353 n = find_binding(name, make_suite(child.children[-1]), package)
356 n = find_binding(name, make_suite(child.children[2]), package)
363 n = find_binding(name, make_suite(child.children[i+4]), package)
/dports/lang/python39/Python-3.9.9/Lib/lib2to3/
H A Dfixer_util.py285 def make_suite(node): function
371 n = find_binding(name, make_suite(child.children[-1]), package)
374 n = find_binding(name, make_suite(child.children[-1]), package)
377 n = find_binding(name, make_suite(child.children[2]), package)
384 n = find_binding(name, make_suite(child.children[i+4]), package)
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/
H A Dfixer_util.py264 def make_suite(node): function
350 n = find_binding(name, make_suite(child.children[-1]), package)
353 n = find_binding(name, make_suite(child.children[-1]), package)
356 n = find_binding(name, make_suite(child.children[2]), package)
363 n = find_binding(name, make_suite(child.children[i+4]), package)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/lib2to3/
H A Dfixer_util.py285 def make_suite(node): function
371 n = find_binding(name, make_suite(child.children[-1]), package)
374 n = find_binding(name, make_suite(child.children[-1]), package)
377 n = find_binding(name, make_suite(child.children[2]), package)
384 n = find_binding(name, make_suite(child.children[i+4]), package)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/lib2to3/
H A Dfixer_util.py285 def make_suite(node): function
371 n = find_binding(name, make_suite(child.children[-1]), package)
374 n = find_binding(name, make_suite(child.children[-1]), package)
377 n = find_binding(name, make_suite(child.children[2]), package)
384 n = find_binding(name, make_suite(child.children[i+4]), package)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/
H A Dfixer_util.py264 def make_suite(node): function
350 n = find_binding(name, make_suite(child.children[-1]), package)
353 n = find_binding(name, make_suite(child.children[-1]), package)
356 n = find_binding(name, make_suite(child.children[2]), package)
363 n = find_binding(name, make_suite(child.children[i+4]), package)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
H A Dfixer_util.py264 def make_suite(node): function
350 n = find_binding(name, make_suite(child.children[-1]), package)
353 n = find_binding(name, make_suite(child.children[-1]), package)
356 n = find_binding(name, make_suite(child.children[2]), package)
363 n = find_binding(name, make_suite(child.children[i+4]), package)
/dports/lang/python311/Python-3.11.0a3/Lib/lib2to3/
H A Dfixer_util.py285 def make_suite(node): function
371 n = find_binding(name, make_suite(child.children[-1]), package)
374 n = find_binding(name, make_suite(child.children[-1]), package)
377 n = find_binding(name, make_suite(child.children[2]), package)
384 n = find_binding(name, make_suite(child.children[i+4]), package)
/dports/lang/python38/Python-3.8.12/Lib/lib2to3/
H A Dfixer_util.py285 def make_suite(node): function
371 n = find_binding(name, make_suite(child.children[-1]), package)
374 n = find_binding(name, make_suite(child.children[-1]), package)
377 n = find_binding(name, make_suite(child.children[2]), package)
384 n = find_binding(name, make_suite(child.children[i+4]), package)
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/tools/gr-usrptest/python/rts_tests/
H A Dtest_phasealignment.py159 def make_suite(testcase_class, freqlist): function
172 alltests.addTest(make_suite(qa_phasealignment, freqlist))
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/tests/
H A Dloader.py53 def make_suite(module_name, position='at_install'): function
/dports/devel/py-nose2/nose2-0.10.0/nose2/plugins/
H A Dlayers.py26 event.suite = self.make_suite(
57 def make_suite(self, suite, suiteClass): member in Layers
/dports/devel/gdcm/gdcm-3.0.10/Utilities/gdcmexpat/tests/
H A Druntests.c1336 make_suite(void) in make_suite() function
1416 Suite *s = make_suite(); in amiga_main()
/dports/devel/tla/tla-1.3.5/src/expat/tests/
H A Druntests.c1324 make_suite(void) in make_suite() function
1399 Suite *s = make_suite(); in main()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/expat/tests/
H A Druntests.c1415 make_suite(void) in make_suite() function
1491 Suite *s = make_suite(); in main()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/expat/tests/
H A Druntests.c1415 make_suite(void) in make_suite() function
1491 Suite *s = make_suite(); in main()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/expat/tests/
H A Druntests.c1414 make_suite(void) in make_suite() function
1490 Suite *s = make_suite(); in main()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/expat-sys-2.1.6/expat/tests/
H A Druntests.c1415 make_suite(void) in make_suite() function
1491 Suite *s = make_suite(); in main()

12