| | |
- find_package_modules(package, mask)
- get_tests(package, mask, verbosity)
- Return a list of skipped test modules, and a list of test cases.
- is_resource_enabled(resource)
- Test whether a resource is enabled.
If the caller's module is __main__ then automatically return True.
- main(*packages)
- requires(resource, msg=None)
- Raise ResourceDenied if the specified resource is not available.
If the caller's module is __main__ then automatically return True.
- run_tests(package, mask, verbosity, search_leaks)
- test_with_refcounts(runner, verbosity, testcase)
- Run testcase several times, tracking reference counts.
- usage()
|