Kaydet (Commit) ad57d975 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

fix naming

üst 888a39b5
...@@ -33,7 +33,7 @@ class Error(Exception): ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment