This nose plugin changes the default output to subunit format. This can be used along with buildbot to have better reports.
nose-subunit apparently depends on both nosetests and subunit.
The following command would install nose-subunit and all its dependencies:
easy_install nose-subunit
nose-subunit can also be downloaded manually from pypi or github
Enable this plugin with --with-subunit. This plugin is known to work with following builtin nose plugins:
skippluginmultiprocesspluginfailuredetailpluginstopOnFailurebuiltin feature (enabled by-x/--stop)testidplugincollectonlyplugin: progress won't be reported if collectonly is enabled
The following plugins are known to conflict with subunit plugin:
- None
Nose plugins not mentioned here are not tested by the author. Please feel free to report your experience about using nose-subunit with other nose plugins.
under the root of nose-subunit, run
nosetests --exe