]> granicus.if.org Git - python/commit
Raise 'TestSkipped' (from the test_support) module rather than 'ImportError'
authorThomas Wouters <thomas@python.org>
Fri, 4 Aug 2000 13:34:43 +0000 (13:34 +0000)
committerThomas Wouters <thomas@python.org>
Fri, 4 Aug 2000 13:34:43 +0000 (13:34 +0000)
commitb9fa0a843e239bcdaecbe16aaa508e9e25b5afce
treebc3650354409d9aca1dc994ebc293c2a3c99a498
parent040c17fe38f17575d57ef2aecd6d9955d24cb0c6
Raise 'TestSkipped' (from the test_support) module rather than 'ImportError'
to signify a test that should be marked as 'skipped' rather than 'failed'.
Also 'document' it, in README.
Lib/test/README
Lib/test/test_binhex.py
Lib/test/test_dl.py
Lib/test/test_fork1.py
Lib/test/test_gl.py
Lib/test/test_nis.py
Lib/test/test_openpty.py
Lib/test/test_pty.py
Lib/test/test_signal.py
Lib/test/test_string.py