bin/cubicweb-ctl
author Rémi Cardona <remi.cardona@logilab.fr>
Wed, 20 May 2015 17:04:43 +0200
changeset 10428 c961a301a90b
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[devtools] qunit: stop using global variables test -> QUnit.test module -> QUnit.module Related to #5533333.

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])