/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to test.py

  • Committer: John Arbash Meinel
  • Date: 2005-07-01 23:44:27 UTC
  • mto: (0.5.85) (1185.82.1 bzr-w-changeset)
  • mto: This revision was merged to the branch mainline in revision 1738.
  • Revision ID: john@arbash-meinel.com-20050701234427-e8f289fc25319159
Made test_plugins load read_changset lazy, rather than plugin load.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
import sys
2
 
import read_changeset
3
1
from bzrlib.commands import Command
 
2
 
4
3
class cmd_test_plugins(Command):
5
4
    """Test every plugin that supports tests.
6
5
 
9
8
    takes_options = []
10
9
 
11
10
    def run(self):
 
11
        import read_changeset
12
12
        read_changeset.test()