/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/__init__.py

Merge from my stable branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
TestCase = tests.TestCase
30
30
TestCaseInTempDir = tests.TestCaseInTempDir
31
31
TestCaseWithTransport = tests.TestCaseWithTransport
32
 
 
 
32
TestCaseWithMemoryTransport = tests.TestCaseWithMemoryTransport
33
33
 
34
34
class _GitCommandFeature(tests.Feature):
35
35