]> granicus.if.org Git - python/commit
test_support.requires(): Instead of raising TestSkipped, raise a new
authorFred Drake <fdrake@acm.org>
Mon, 3 Feb 2003 15:19:30 +0000 (15:19 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 3 Feb 2003 15:19:30 +0000 (15:19 +0000)
commit9a0db07c2ffd4e4b3ae75d5820dc6b4152b3582b
treecdf94497d1ebdd3e08812ebbecb5533223a58bab
parent13b291021f0f9741423e41b94f04f931a442054c
test_support.requires():  Instead of raising TestSkipped, raise a new
exception, ResourceDenied.  This is used to distinguish between tests that
are skipped for other reasons (platform support, missing data, etc.) from
those that are skipped because a "resource" has not been enabled.  This
prevents those tests from being reported as unexpected skips for the
platform; those should only be considered unexpected skips if the resource
were enabled.
Lib/test/regrtest.py
Lib/test/test_support.py