%PDF- %PDF-
| Direktori : /lib/python3/dist-packages/nose2/ |
| Current File : //lib/python3/dist-packages/nose2/exceptions.py |
# This module contains some code copied from unittest2/ and other code
# developed in reference to unittest2.
# unittest2 is Copyright (c) 2001-2010 Python Software Foundation; All
# Rights Reserved. See: http://docs.python.org/license.html
__unittest = True
class TestNotFoundError(Exception):
"""Raised when a named test cannot be found"""
class LoadTestsFailure(Exception):
"""Raised when a test cannot be loaded"""