bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Fri, 27 Aug 2010 14:14:54 +0200
branchstable
changeset 6166 fc47b4e06d94
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[devtools] add url_publish() method on CubicWebTC to test a full publishing process from the url_resolver to the html generation

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