~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to tests/__init__.py

  • Committer: Robert Collins
  • Date: 2005-10-16 00:25:31 UTC
  • mfrom: (147.2.14)
  • mto: (147.4.12) (364.1.3 bzrtools)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: robertc@lifelesslap.robertcollins.net-20051016002531-bc0d149f1ee42823
merge from aaron, and update test imports to import successfully.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
def test_suite():
2
 
    import tests.test_baz_import
3
 
    return tests.test_baz_import.test_suite()
 
2
    import bzrlib.plugins.bzrtools.tests.test_baz_import
 
3
    return bzrlib.plugins.bzrtools.tests.test_baz_import.test_suite()