cubicweb/devtools/testlib.py
changeset 11767 432f87a63057
parent 11751 b57b76091481
child 11800 3cd5ac8d43ed
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    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 """Base classes and utilities for cubicweb tests"""
       
    19 
    19 from __future__ import print_function
    20 from __future__ import print_function
    20 
    21 
    21 import sys
    22 import sys
    22 import re
    23 import re
    23 import warnings
    24 import warnings