root/galaxy-central/eggs/nose-0.11.1-py2.6.egg/EGG-INFO/PKG-INFO @ 3

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

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

行番号 
1Metadata-Version: 1.0
2Name: nose
3Version: 0.11.1
4Summary: nose extends unittest to make testing easier
5Home-page: http://somethingaboutorange.com/mrl/projects/nose/
6Author: Jason Pellerin
7Author-email: jpellerin+nose@gmail.com
8License: GNU LGPL
9Download-URL: http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.1.tar.gz
10Description: nose extends the test loading and running features of unittest, making
11        it easier to write, find and run tests.
12       
13        By default, nose will run tests in files or directories under the current
14        working directory whose names include "test" or "Test" at a word boundary
15        (like "test_this" or "functional_test" or "TestClass" but not
16        "libtest"). Test output is similar to that of unittest, but also includes
17        captured stdout output from failing tests, for easy print-style debugging.
18       
19        These features, and many more, are customizable through the use of
20        plugins. Plugins included with nose provide support for doctest, code
21        coverage and profiling, flexible attribute-based test selection,
22        output capture and more. More information about writing plugins may be
23        found on in the nose API documentation, here:
24        http://somethingaboutorange.com/mrl/projects/nose/
25       
26        If you have recently reported a bug marked as fixed, or have a craving for
27        the very latest, you may want the unstable development version instead:
28        http://bitbucket.org/jpellerin/nose/get/tip.gz#egg=nose-dev
29       
30Keywords: test unittest doctest automatic discovery
31Platform: UNKNOWN
32Classifier: Development Status :: 4 - Beta
33Classifier: Intended Audience :: Developers
34Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
35Classifier: Natural Language :: English
36Classifier: Operating System :: OS Independent
37Classifier: Programming Language :: Python
38Classifier: Topic :: Software Development :: Testing
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。