web/test/test_windmill.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 21 Oct 2010 17:57:36 +0200
changeset 6579 2b93aa515031
parent 6424 f443a2b8a5c7
child 7007 3804794b1ccd
permissions -rw-r--r--
[migration] fix 3.10 migration: since cw_source is marked as meta relation, it has not been automatically added to all existant entity type

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

if __name__ == '__main__':
    unittest_main()