components/python/nose/nose-PYVER.p5m
changeset 1948 2d1537e7942d
parent 1907 446472de62e9
child 2026 60c5e1a7c30e
equal deleted inserted replaced
1947:b80524cd88bc 1948:2d1537e7942d
    29     value=pkg:/library/python/nose-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    29     value=pkg:/library/python/nose-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    30 set name=pkg.summary value="Nicer testing for Python"
    30 set name=pkg.summary value="Nicer testing for Python"
    31 set name=pkg.description \
    31 set name=pkg.description \
    32     value="nose extends the test loading and running features of unittest, making it easier to write, find and run tests. By default, nose will run tests in files or directories under the current working directory whose names include 'test' or 'Test' at a word boundary. Test output is similar to that of unittest, but also includes captured stdout output from failing tests, for easy print-style debugging. These features, and many more, are customizable through the use of plugins. Plugins included with nose provide support for doctest, code coverage and profiling, flexible attribute-based test selection, output capture and more."
    32     value="nose extends the test loading and running features of unittest, making it easier to write, find and run tests. By default, nose will run tests in files or directories under the current working directory whose names include 'test' or 'Test' at a word boundary. Test output is similar to that of unittest, but also includes captured stdout output from failing tests, for easy print-style debugging. These features, and many more, are customizable through the use of plugins. Plugins included with nose provide support for doctest, code coverage and profiling, flexible attribute-based test selection, output capture and more."
    33 set name=com.oracle.info.description value="the Python nose unit test framework"
    33 set name=com.oracle.info.description value="the Python nose unit test framework"
    34 set name=com.oracle.info.tpno value=12933
    34 set name=com.oracle.info.tpno value=$(TPNO)
    35 set name=info.classification \
    35 set name=info.classification \
    36     value=org.opensolaris.category.2008:Development/Python
    36     value=org.opensolaris.category.2008:Development/Python
    37 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    37 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    38 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    38 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    39 set name=org.opensolaris.arc-caseid value=PSARC/2011/198
    39 set name=org.opensolaris.arc-caseid value=PSARC/2011/198