mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +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):
|
||||
"""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…
Add table
Add a link
Reference in a new issue