devtools/testlib.py
changeset 8694 d901c36bcfce
parent 8673 8ea63a2cc2cc
child 8695 358d8bed9626
equal deleted inserted replaced
8693:a6ca96ec8693 8694:d901c36bcfce
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """this module contains base classes and utilities for cubicweb tests"""
    18 """this module contains base classes and utilities for cubicweb tests"""
    19 
       
    20 from __future__ import with_statement
       
    21 
       
    22 __docformat__ = "restructuredtext en"
    19 __docformat__ = "restructuredtext en"
    23 
    20 
    24 import os
    21 import os
    25 import sys
    22 import sys
    26 import re
    23 import re