bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 18 Jul 2016 13:59:47 +0200
changeset 11447 ced4de539d66
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[test] Move setup of spa2rql tests into setUpClass method Thus avoiding cryptic errors upon unittest discovery.

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