/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: aaron.bentley at utoronto
  • Date: 2005-06-30 22:54:21 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: aaron.bentley@utoronto.ca-20050630225421-a6a4f5ae500dcddf
Added non-working ChangesetTree

Show diffs side-by-side

added added

removed removed

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