server/test/unittest_hook.py
changeset 4252 6c4f109c2b03
parent 4212 ab6573088b4a
parent 3414 fe6c99b96701
child 4766 162b2b127b15
equal deleted inserted replaced
4251:3c6569be1f86 4252:6c4f109c2b03
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 """unit/functional tests for cubicweb.server.hook
     2 """unit/functional tests for cubicweb.server.hook
     3 
     3 
     4 :organization: Logilab
     4 :organization: Logilab
     5 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
     5 :copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
     6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     7 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     7 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     8 """
     8 """
     9 
     9 
    10 from logilab.common.testlib import TestCase, unittest_main, mock_object
    10 from logilab.common.testlib import TestCase, unittest_main, mock_object