<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>nose</name>
<shortdesc>A unittest extension offering automatic test suite discovery and easy test authoring</shortdesc>
<description>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
    (like "test_this" or "functional_test" or "TestClass" but not
    "libtest"). 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. More information about writing plugins may be 
    found on the wiki, here:
    http://code.google.com/p/python-nose/wiki/WritingPlugins, and in the nose
    API documentation, here:
    http://somethingaboutorange.com/mrl/projects/nose/doc/
    
    If you have recently reported a bug marked as fixed, or have a craving for
    the very latest, you may want the development version instead:
    http://python-nose.googlecode.com/svn/trunk#egg=nose-dev</description>
<download-page>http://somethingaboutorange.com/mrl/projects/nose/nose-0.10.2.tar.gz</download-page>
<homepage rdf:resource="http://somethingaboutorange.com/mrl/projects/nose/" />
<maintainer><foaf:Person><foaf:name>Jason Pellerin</foaf:name>
<foaf:mbox_sha1sum>510ec056906d8d08726f3e6166a4675445d29d00</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.10.2</revision></Version></release>
</Project></rdf:RDF>