~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/__init__.py

  • Committer: Aaron Bentley
  • Date: 2005-10-06 03:15:08 UTC
  • mto: (1185.12.13)
  • mto: This revision was merged to the branch mainline in revision 1419.
  • Revision ID: aaron.bentley@utoronto.ca-20051006031508-35ad4e5af9f9aff7
Added test_commit.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
463
463
                   'bzrlib.selftest.blackbox',
464
464
                   'bzrlib.selftest.testtransport',
465
465
                   'bzrlib.selftest.testgraph',
 
466
                   'bzrlib.selftest.test_conflicts',
466
467
                   ]
467
468
 
468
469
    for m in (bzrlib.store, bzrlib.inventory, bzrlib.branch,