tests/test_utils.py
changeset 4252 fe660f227cac
parent 3852 8318d362cddf
child 4330 617ffa6bbdc8
equal deleted inserted replaced
4251:00972564460a 4252:fe660f227cac
     1 #!/bin/env python
     1 #!/bin/env python
     2 #Copyright ReportLab Europe Ltd. 2000-2012
     2 #Copyright ReportLab Europe Ltd. 2000-2016
     3 #see license.txt for license details
     3 #see license.txt for license details
     4 __version__='''$Id$'''
     4 __version__='3.3.0'
     5 __doc__="""Test reportlab.lib.util module"""
     5 __doc__="""Test reportlab.lib.util module"""
     6 from reportlab.lib.testutils import setOutDir,makeSuiteForClasses, outputfile, printLocation
     6 from reportlab.lib.testutils import setOutDir,makeSuiteForClasses, outputfile, printLocation
     7 setOutDir(__name__)
     7 setOutDir(__name__)
     8 import unittest
     8 import unittest
     9 from reportlab.lib.utils import FmtSelfDict, encode_label, decode_label
     9 from reportlab.lib.utils import FmtSelfDict, encode_label, decode_label