Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ab2b6 commit 62c53ddCopy full SHA for 62c53dd
1 file changed
Lib/test/README
@@ -145,6 +145,10 @@ provides the following useful objects:
145
* TestFailed - raise this exception when your regression test detects a
146
failure.
147
148
+ * TestSkipped - raise this if the test could not be run because the
149
+ platform doesn't offer all the required facilities (like large
150
+ file support), even if all the required modules are available.
151
+
152
* findfile(file) - you can call this function to locate a file somewhere
153
along sys.path or in the Lib/test tree - see test_linuxaudiodev.py for
154
an example of its use.
0 commit comments