Home
last modified time | relevance | path

Searched refs:testsuite (Results 1 – 4 of 4) sorted by relevance

/petsc/src/binding/petsc4py/test/
H A Druntests.py252 testsuite = unittest.TestSuite()
272 testsuite.addTests(cases)
277 testsuite.addTests(cases)
278 return testsuite
281 def run_tests(options, testsuite, runner=None): argument
285 result = runner.run(testsuite)
305 testsuite = load_tests(options, args)
306 success = run_tests(options, testsuite)
/petsc/config/
H A Dreport_tests.py225 testsuite = testdata[pkg]
226 for prob in testsuite['problems'].keys():
227 p = testsuite['problems'][prob]
267 testsuite = testdata[pkg]
269 testsuite['errors'], testsuite['failed'], pkg, testsuite['total']))
270 for prob in testsuite['problems'].keys():
271 p = testsuite['problems'][prob]
/petsc/src/binding/petsc4py/docs/source/
H A Dinstall.rst37 When installing from source, the petsc4py complete testsuite can be run as::
/petsc/src/binding/petsc4py/
H A DCHANGES.rst307 - The unittest-based testsuite now can run under ``nose`` with its