Changeset 110:91f4f018db82 for imapclient/test/__init__.py
- Timestamp:
- 12/17/09 12:16:29 (2 years ago)
- Branch:
- default
- Parents:
- 109:bfb2aabc0b11 (diff), 89:2055309341f1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 modified
-
imapclient/test/__init__.py (modified) (1 diff)
-
imapclient/test/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
imapclient/test/__init__.py
r108 r110 1 # Copyright (c) 2009, Menno Smits 2 # Released subject to the New BSD License 3 # Please see http://en.wikipedia.org/wiki/BSD_licenses 4 1 5 import sys 2 6 import glob -
imapclient/test/__init__.py
r87 r110 26 26 def run_suite(): 27 27 suite = load_suite() 28 runner = unittest.TextTestRunner(verbosity= 1)28 runner = unittest.TextTestRunner(verbosity=2) 29 29 runner.run(suite) 30 30
