bzr branch
http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
|
0.5.41
by aaron.bentley at utoronto
Added non-working ChangesetTree |
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() |