web/test/test_windmill.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 07 Feb 2011 18:19:39 +0100
changeset 6945 28bf94d062a9
parent 6424 f443a2b8a5c7
child 7007 3804794b1ccd
permissions -rw-r--r--
[sources] refactor source creation and options handling * options validation * ease proper update of source's config on configuration change

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

if __name__ == '__main__':
    unittest_main()