root/galaxy-central/eggs/nose-0.11.1-py2.6.egg/nose/exc.py @ 3

リビジョン 3, 376 bytes (コミッタ: kohda, 14 年 前)

Install Unix tools  http://hannonlab.cshl.edu/galaxy_unix_tools/galaxy.html

行番号 
1"""Exceptions for marking tests as skipped or deprecated.
2
3This module exists to provide backwards compatibility with previous
4versions of nose where skipped and deprecated tests were core
5functionality, rather than being provided by plugins. It may be
6removed in a future release.
7"""
8from nose.plugins.skip import SkipTest
9from nose.plugins.deprecated import DeprecatedTest
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。