~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Martin Pool
  • Date: 2006-01-23 02:09:39 UTC
  • mfrom: (1534.1.11 integration)
  • Revision ID: mbp@sourcefrog.net-20060123020939-567fb193328ed7a6
[merge] robert's 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