~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/__init__.py

  • Committer: Martin Pool
  • Date: 2006-06-04 21:22:51 UTC
  • mto: This revision was merged to the branch mainline in revision 1797.
  • Revision ID: mbp@sourcefrog.net-20060604212251-8f5dc15da9189eac
When an unhandled exception occurs, write the traceback to stderr.

Also encourage the user to send this to the list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
                     'bzrlib.tests.blackbox.test_commit',
49
49
                     'bzrlib.tests.blackbox.test_conflicts',
50
50
                     'bzrlib.tests.blackbox.test_diff',
 
51
                     'bzrlib.tests.blackbox.test_exceptions',
51
52
                     'bzrlib.tests.blackbox.test_export',
52
53
                     'bzrlib.tests.blackbox.test_find_merge_base',
53
54
                     'bzrlib.tests.blackbox.test_help',