/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to testsweet.py

  • Committer: Martin Pool
  • Date: 2005-07-29 12:19:58 UTC
  • Revision ID: mbp@sourcefrog.net-20050729121958-a090d8621563b995
- better display of test failures in non-verbose mode

Show diffs side-by-side

added added

removed removed

Lines of Context:
347
347
 
348
348
def _show_test_failure(kind, case, exc_info, out):
349
349
    from traceback import print_exception
350
 
    
 
350
 
 
351
    print >>out
351
352
    print >>out, '-' * 60
352
353
    print >>out, case
353
354