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