~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Robert Collins
  • Date: 2007-03-23 00:18:31 UTC
  • mto: (2378.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 2379.
  • Revision ID: robertc@robertcollins.net-20070323001831-czc15dtustiat7j7
Added ``bzrlib.strace.strace`` which will strace a single callable and
return a StraceResult object which contains just the syscalls involved
in running it. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2102
2102
                   'bzrlib.tests.test_ssh_transport',
2103
2103
                   'bzrlib.tests.test_status',
2104
2104
                   'bzrlib.tests.test_store',
 
2105
                   'bzrlib.tests.test_strace',
2105
2106
                   'bzrlib.tests.test_subsume',
2106
2107
                   'bzrlib.tests.test_symbol_versioning',
2107
2108
                   'bzrlib.tests.test_tag',