nose-subunit allows you to change output of the nose testing tool result into subunit format.
Installation
Issue the following command:
easy_install nose-subunit
Usage
Enable this plugin with --with-subunit. This plugin is known to work with following builtin nose plugins:
* skip plugin
* multiprocess plugin
* failuredetail plugin
The following plugins are known to conflict with subunit plugin:
* collectonly plugin: If you are only collecting tests, you probably don’t care about the output
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.
Product's homepage
Requirements:
· Python
· nose