~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testplugins.py

[merge] robert

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
    def run(self):
76
76
        print 'Hello from my plugin'
77
77
"""
 
78
 
 
79
# TODO: Write a test for plugin decoration of commands.