web/test/test_windmill.py
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Wed, 20 Apr 2011 16:55:52 +0200
changeset 7238 576abb8c4626
parent 7059 1d65b235549f
permissions -rw-r--r--
fix implementation of repository.glob_add_relations (closes ##1625257) the internal data structure had changed during implementation and the code had not been updated...

# 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()