nose-html-output/htmloutput/nose_wrapper.py
Clark Boylan 28529d5bb8 Initial commit of the nose html output plugin.
Should be working as is (but may require some hackery). More automagic
to come once setup.py is written.
2012-08-07 17:21:30 -07:00

6 lines
119 B
Python

import nose
from htmloutput import HtmlOutput
if __name__ == '__main__':
nose.main(addplugins=[HtmlOutput()])