~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2007-04-24 04:51:31 UTC
  • mto: This revision was merged to the branch mainline in revision 2450.
  • Revision ID: mbp@sourcefrog.net-20070424045131-gyjo7l8oa99ndyrv
Add BZR_SIGQUIT_PDB=0 option to disable breakin.

Split tests for this into test_breakin, and make them a bit more robust.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
                     'bzrlib.tests.blackbox.test_annotate',
45
45
                     'bzrlib.tests.blackbox.test_branch',
46
46
                     'bzrlib.tests.blackbox.test_break_lock',
 
47
                     'bzrlib.tests.blackbox.test_breakin',
47
48
                     'bzrlib.tests.blackbox.test_bound_branches',
48
49
                     'bzrlib.tests.blackbox.test_bundle',
49
50
                     'bzrlib.tests.blackbox.test_cat',