server/test/unittest_hook.py
branchstable
changeset 5886 00a78298d30d
parent 5424 8ecbcbff9777
child 5890 141b935a38fc
equal deleted inserted replaced
5885:5d908f1a7659 5886:00a78298d30d
    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