web/test/test_windmill.py
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Tue, 22 Feb 2011 21:33:10 +0100
branchstable
changeset 7030 d48c6b0158b9
parent 7007 3804794b1ccd
child 7059 1d65b235549f
permissions -rw-r--r--
allow configuring the level of the configuration settings for cw-ctl add-source and db-init (which may call add-source)

# Run all scenarii found in windmill directory
from cubicweb.devtools.cwwindmill import (CubicWebWindmillUseCase,
                                          unittest_main)

class CubicWebWindmillUseCase(CubicWebWindmillUseCase): pass

if __name__ == '__main__':
    unittest_main()