server/test/unittest_hook.py
changeset 5890 141b935a38fc
parent 5877 0c7b7b76a84f
parent 5886 00a78298d30d
child 5921 b3fcb004d0e1
equal deleted inserted replaced
5883:7a5f370c5be1 5890:141b935a38fc
    14 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    15 # details.
    15 # details.
    16 #
    16 #
    17 # You should have received a copy of the GNU Lesser General Public License along
    17 # You should have received a copy of the GNU Lesser General Public License along
    18 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    19 """unit/functional tests for cubicweb.server.hook
    19 """unit/functional tests for cubicweb.server.hook"""
    20 
       
    21 """
       
    22 
    20 
    23 from logilab.common.testlib import TestCase, unittest_main, mock_object
    21 from logilab.common.testlib import TestCase, unittest_main, mock_object
    24 
    22 
    25 
    23 
    26 from cubicweb.devtools import TestServerConfiguration
    24 from cubicweb.devtools import TestServerConfiguration