/nose/exc.py

https://bitbucket.org/jpellerin/nose/ · Python · 9 lines · 2 code · 0 blank · 7 comment · 0 complexity · 49b0cb3de3528b3ca96f6bf813a48b80 MD5 · raw file

  1. """Exceptions for marking tests as skipped or deprecated.
  2. This module exists to provide backwards compatibility with previous
  3. versions of nose where skipped and deprecated tests were core
  4. functionality, rather than being provided by plugins. It may be
  5. removed in a future release.
  6. """
  7. from nose.plugins.skip import SkipTest
  8. from nose.plugins.deprecated import DeprecatedTest