mirror of https://github.com/python/cpython
fix naming
This commit is contained in:
parent
888a39b54c
commit
ad57d97596
|
@ -33,7 +33,7 @@ class Error(Exception):
|
|||
class TestFailed(Error):
|
||||
"""Test failed."""
|
||||
|
||||
class ResourceDenied(SkipTest):
|
||||
class ResourceDenied(unittest.SkipTest):
|
||||
"""Test skipped because it requested a disallowed resource.
|
||||
|
||||
This is raised when a test calls requires() for a resource that
|
||||
|
|
Loading…
Reference in New Issue