web/test/unittest_urlpublisher.py
changeset 1977 606923dff11b
parent 1654 57b9fd2462b8
child 2773 b2530e3e0afb
child 4212 ab6573088b4a
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 """Unit tests for url publishing service"""
     2 """Unit tests for url publishing service
       
     3 
       
     4 :organization: Logilab
       
     5 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
       
     6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     7 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
       
     8 """
     3 
     9 
     4 import re
    10 import re
     5 
    11 
     6 from logilab.common.testlib import unittest_main
    12 from logilab.common.testlib import unittest_main
     7 
    13