bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 05 Apr 2019 12:19:03 +0200
changeset 12569 c197f9382e53
parent 12253 9165f4b7426b
child 12779 44147dab9d27
permissions -rwxr-xr-x
Add pytest-subtests to dev requirements This pytest plugin adds support for unittest's TestCase.subTest (for Python >= 3.4). Since we we now only support python3 and since we use a fair amount of these, let's benefit of better reporting by using this plugin.

#!/usr/bin/env python
from cubicweb.cwctl import run
run()