~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/versioning.py

  • Committer: Martin Pool
  • Date: 2005-06-22 07:27:35 UTC
  • Revision ID: mbp@sourcefrog.net-20050622072735-73b19bc558f9b479
- show nicer descriptions while running tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
class Mkdir(InTempDir):
24
24
    def runTest(self): 
 
25
        """Basic 'bzr mkdir' operation"""
25
26
        from bzrlib.commands import run_bzr
26
27
        import os
27
28