summaryrefslogtreecommitdiff
path: root/tests/runtests.py
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-04-03 17:05:00 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-04-03 17:05:00 +0000
commit9743b4f7df7984d755c93b3aeb0fbf94fecf0144 (patch)
treee59ada3d2c77e90112e3cea968f72c0ff7659ce6 /tests/runtests.py
parentff555f69fe1db1d2fa769275187223fe72c75a75 (diff)
downloadpygtk-9743b4f7df7984d755c93b3aeb0fbf94fecf0144.tar.gz
Run reindent.py on all python code
Diffstat (limited to 'tests/runtests.py')
-rw-r--r--tests/runtests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runtests.py b/tests/runtests.py
index 42f6a0c7..7c5a3086 100644
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -37,8 +37,8 @@ loader = unittest.TestLoader()
for name in gettestnames():
if program and program not in name:
- continue
+ continue
suite.addTest(loader.loadTestsFromName(name))
-
+
testRunner = unittest.TextTestRunner()
testRunner.run(suite)