Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jcl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rousselie <dax@happycoders.org>2009-07-01 23:24:40 +0400
committerDavid Rousselie <dax@happycoders.org>2009-07-01 23:24:40 +0400
commit046bb70839770548fa4ccd3130c39b7eca4f463b (patch)
treeab76e98fa595919eecc0d99cb119f01bb4eab4dc /run_tests.py
parent24f81d1e902b4290dbbb8aba2448101252e9d955 (diff)
Make JCL work with PyXMPP 1.0.1
Ignore-this: a67d7757208674a1c7479d122697fbc2 darcs-hash:20090701192440-86b55-e335b5eedc2585c79745c994e4826c26939ce689.gz
Diffstat (limited to 'run_tests.py')
-rw-r--r--run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py
index 4919c6a..5d3f2e4 100644
--- a/run_tests.py
+++ b/run_tests.py
@@ -44,7 +44,7 @@ if __name__ == '__main__':
class MyTestProgram(unittest.TestProgram):
def runTests(self):
"""run tests but do not exit after"""
- self.testRunner = unittest.TextTestRunner(verbosity=self.verbosity)
+ self.testRunner = unittest.TextTestRunner(verbosity=self.verbosity)
self.testRunner.run(self.test)
logger = logging.getLogger()