~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_plugins.py

  • Committer: Vincent Ladeuil
  • Date: 2010-04-06 07:22:31 UTC
  • mto: (5133.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5134.
  • Revision ID: v.ladeuil+lp@free.fr-20100406072231-v2gw843n5tqa91s0
Fixed as per Ian's review.

Show diffs side-by-side

added added

removed removed

Lines of Context:
869
869
        self.assertEqual('non-standard-dir/test_bar/__init__.py',
870
870
                         bzrlib.plugins.test_foo.test_bar.__file__)
871
871
 
872
 
    def test_loading_from___init__(self):
 
872
    def test_loading_from___init__only(self):
873
873
        # We rename the existing __init__.py file to ensure that we don't load
874
874
        # a random file
875
875
        init = 'non-standard-dir/__init__.py'