devtools/testlib.py
branchstable
changeset 5813 0b250d72fcfa
parent 5786 7c16a4e7a592
child 5815 282194aa43f3
child 5942 f7768f44b4ac
equal deleted inserted replaced
5812:d970049d7cfd 5813:0b250d72fcfa
    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 """this module contains base classes and utilities for cubicweb tests"""
    19 
    19 
    20 """
       
    21 from __future__ import with_statement
    20 from __future__ import with_statement
    22 
    21 
    23 __docformat__ = "restructuredtext en"
    22 __docformat__ = "restructuredtext en"
    24 
    23 
    25 import os
    24 import os