root/galaxy-central/eggs/nose-0.11.1-py2.6.egg/nose/exc.py
リビジョン 3, 376 bytes (コミッタ: kohda, 14 年 前) |
---|
行番号 | |
---|---|
1 | """Exceptions for marking tests as skipped or deprecated. |
2 | |
3 | This module exists to provide backwards compatibility with previous |
4 | versions of nose where skipped and deprecated tests were core |
5 | functionality, rather than being provided by plugins. It may be |
6 | removed in a future release. |
7 | """ |
8 | from nose.plugins.skip import SkipTest |
9 | from nose.plugins.deprecated import DeprecatedTest |
Note: リポジトリブラウザについてのヘルプは TracBrowser
を参照してください。