~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2006-01-23 22:30:55 UTC
  • mfrom: (1185.50.51 bzr-jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1551.
  • Revision ID: john@arbash-meinel.com-20060123223055-43e99c932f0c8945
[merge] jam-integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
                      bzrlib.errors,
58
58
                      bzrlib.inventory,
59
59
                      bzrlib.merge3,
 
60
                      bzrlib.option,
60
61
                      bzrlib.osutils,
61
 
                      bzrlib.store,
 
62
                      bzrlib.store
62
63
                      ]
63
64
def packages_to_test():
64
65
    import bzrlib.tests.blackbox
687
688
                   'bzrlib.tests.test_conflicts',
688
689
                   'bzrlib.tests.test_diff',
689
690
                   'bzrlib.tests.test_fetch',
 
691
                   'bzrlib.tests.test_fileid_involved',
690
692
                   'bzrlib.tests.test_gpg',
691
693
                   'bzrlib.tests.test_graph',
692
694
                   'bzrlib.tests.test_hashcache',