cubicweb/__main__.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 22 Jun 2016 15:57:17 +0200
changeset 11354 6b7f4c6745a0
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[tox] Split migractions tests from server environment These are the longest tests in this environment, so running them apart (in parallel of others) would hopefully speed up the whole suite.

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])