mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
fix naming
This commit is contained in:
parent
888a39b54c
commit
ad57d97596
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Error(Exception):
|
||||||
class TestFailed(Error):
|
class TestFailed(Error):
|
||||||
"""Test failed."""
|
"""Test failed."""
|
||||||
|
|
||||||
class ResourceDenied(SkipTest):
|
class ResourceDenied(unittest.SkipTest):
|
||||||
"""Test skipped because it requested a disallowed resource.
|
"""Test skipped because it requested a disallowed resource.
|
||||||
|
|
||||||
This is raised when a test calls requires() for a resource that
|
This is raised when a test calls requires() for a resource that
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue