summaryrefslogtreecommitdiff
path: root/tests/run.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-04-25 17:06:07 +0200
committergbrandl <devnull@localhost>2007-04-25 17:06:07 +0200
commit41139bf9c8fdbe85cb27ec44abccd188b15ca6a8 (patch)
treed96b74ec8a274b3646b6fd2cd547f940c377f658 /tests/run.py
parent1b68b4671ab60608e2d308b0372b0629b3783360 (diff)
downloadpygments-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.py5
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