web/test/test_windmill.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 12 Oct 2010 23:36:35 +0200
changeset 6465 6401a9d0b5aa
parent 6424 f443a2b8a5c7
child 7007 3804794b1ccd
permissions -rw-r--r--
[architecture] introduce adapter to ease transformation of errors before display to the end user. Use it for UniqueTogetherError first

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

if __name__ == '__main__':
    unittest_main()