cubicweb/__main__.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 22 Jul 2019 11:09:15 +0200
changeset 12693 5e7212209ea6
parent 12253 9165f4b7426b
permissions -rwxr-xr-x
[test] ensure mocking is stopped in cwctl tests Either use a decorator or ensure that cleanup is performed. This is so as to prevent global state modification.

from cubicweb.cwctl import run

run()