devtools/fake.py
changeset 1977 606923dff11b
parent 1872 b49fdd5ce8d2
child 2058 7ef12c03447c
child 2101 08003e0354a7
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     1 """Fake objects to ease testing of cubicweb without a fully working environment
     1 """Fake objects to ease testing of cubicweb without a fully working environment
     2 
     2 
     3 :organization: Logilab
     3 :organization: Logilab
     4 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     4 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
     5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     6 """
     7 """
     7 __docformat__ = "restructuredtext en"
     8 __docformat__ = "restructuredtext en"
     8 
     9 
     9 from logilab.common.testlib import mock_object as Mock
    10 from logilab.common.testlib import mock_object as Mock
    10 from logilab.common.adbh import get_adv_func_helper
    11 from logilab.common.adbh import get_adv_func_helper