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

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

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

行番号 
1from nose.core import collector, main, run, run_exit, runmodule
2# backwards compatibility
3from nose.exc import SkipTest, DeprecatedTest
4from nose.tools import with_setup
5
6__author__ = 'Jason Pellerin'
7__versioninfo__ = (0, 11, 1)
8__version__ = '.'.join(map(str, __versioninfo__))
9
10__all__ = [
11    'main', 'run', 'run_exit', 'runmodule', 'with_setup',
12    'SkipTest', 'DeprecatedTest', 'collector'
13    ]
14
15
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。