#!/usr/bin/python import sys from cubicweb.devtools.qunit import make_qunit_html print make_qunit_html(sys.argv[1], sys.argv[2:])