diff options
author | gbrandl <devnull@localhost> | 2007-04-25 17:06:07 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-04-25 17:06:07 +0200 |
commit | 41139bf9c8fdbe85cb27ec44abccd188b15ca6a8 (patch) | |
tree | d96b74ec8a274b3646b6fd2cd547f940c377f658 /tests/run.py | |
parent | 1b68b4671ab60608e2d308b0372b0629b3783360 (diff) | |
download | pygments-41139bf9c8fdbe85cb27ec44abccd188b15ca6a8.tar.gz |
[svn] Make mapfiles, make check, add D test file, make reindent.
Diffstat (limited to 'tests/run.py')
-rw-r--r-- | tests/run.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/run.py b/tests/run.py index 457a97a1..bd285c2b 100644 --- a/tests/run.py +++ b/tests/run.py @@ -76,8 +76,9 @@ def run_tests(with_coverage=False): WIDTH = 70 - print >>sys.stderr, ('Pygments Test Suite running %s, stand by...' % - (with_coverage and "with coverage analysis" or "")).center(WIDTH) + print >>sys.stderr, \ + ('Pygments Test Suite running %s, stand by...' % + (with_coverage and "with coverage analysis" or "")).center(WIDTH) print >>sys.stderr, ('(using Python %s)' % sys.version.split()[0]).center(WIDTH) print >>sys.stderr, '='*WIDTH |