testfunc/test/test_windmill.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 28 Sep 2012 17:49:54 +0200
branchstable
changeset 8571 7e5246889148
parent 7363 2293c49b290a
permissions -rw-r--r--
[dbapi] load_appobjects must attempt to load available cubicweb configurations to avoid error when some object use a persistent propery (CWProperty) defined there. Closes #2497697

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

class CubicWebWindmillUseCase(CubicWebWindmillUseCase):
    #test_dir = join(dirname(__file__), "windmill/test_edit_relation.py")
    pass


if __name__ == '__main__':
    unittest_main()