Show
Ignore:
Timestamp:
12/17/09 14:02:26 (2 years ago)
Author:
Menno Smits <menno@…>
Branch:
default
Message:

core parts of fetch parsing done, lots more tests parsing

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • imapclient/test/__init__.py

    r110 r111  
    2626def run_suite(): 
    2727    suite = load_suite() 
    28     runner = unittest.TextTestRunner(verbosity=2) 
     28    runner = unittest.TextTestRunner(verbosity=1) 
    2929    runner.run(suite) 
    3030