server/test/unittest_msplanner.py
changeset 1977 606923dff11b
parent 1786 eccd1885d42e
child 2074 9e268cb6202e
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
       
     1 """
       
     2 
       
     3 :organization: Logilab
       
     4 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
       
     5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
       
     7 """
     1 from logilab.common.decorators import clear_cache
     8 from logilab.common.decorators import clear_cache
     2 from cubicweb.devtools import init_test_database
     9 from cubicweb.devtools import init_test_database
     3 from cubicweb.devtools.repotest import BasePlannerTC, do_monkey_patch, undo_monkey_patch, test_plan
    10 from cubicweb.devtools.repotest import BasePlannerTC, do_monkey_patch, undo_monkey_patch, test_plan
     4 
    11 
     5 class _SetGenerator(object):
    12 class _SetGenerator(object):