/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 breezy/transport/fakevfat.py

Merge test-run support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
def get_test_permutations():
104
104
    """Return the permutations to be used in testing."""
105
105
    from breezy.tests import test_server
106
 
    return [(FakeVFATTransportDecorator, test_server.FakeVFATServer), ]
 
106
    return [(FakeVFATTransportDecorator, test_server.FakeVFATServer),]