File: nose_wrapper.py

package info (click to toggle)
python-nosehtmloutput 0.0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 268 kB
  • sloc: python: 511; makefile: 5
file content (5 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (4)
1
2
3
4
5
import nose
from htmloutput import HtmlOutput

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