/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 tests/test_fetch.py

Update NEWS, add test for bug fixed earlier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
    )
57
57
 
58
58
 
59
 
class RepositoryFetchTests:
 
59
class RepositoryFetchTests(object):
60
60
 
61
61
    def make_git_repo(self, path):
62
62
        os.mkdir(path)