Commit 62c53dda authored by Fred Drake's avatar Fred Drake

Add TestSkipped as another interesting item defined by test_support.

parent 45ab2b65
......@@ -145,6 +145,10 @@ provides the following useful objects:
* TestFailed - raise this exception when your regression test detects a
failure.
* TestSkipped - raise this if the test could not be run because the
platform doesn't offer all the required facilities (like large
file support), even if all the required modules are available.
* findfile(file) - you can call this function to locate a file somewhere
along sys.path or in the Lib/test tree - see test_linuxaudiodev.py for
an example of its use.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment