bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 12 Oct 2016 11:07:10 +0200
changeset 11715 760d5c0ae08f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[utils] Encode Binary value in base64 for JSON export In unittest_utils.py, use unittest2's TestCase instead of lgc.testlib one to benefit from subTest API. Closes #15409885.

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