~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/teststatus.py

  • Committer: Martin Pool
  • Date: 2005-07-22 22:36:54 UTC
  • Revision ID: mbp@sourcefrog.net-20050722223654-93bf9d8cc0f0c128
todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
from bzrlib.selftest import InTempDir
25
25
 
26
26
class BranchStatus(InTempDir):
27
 
    
28
 
    def test_branch_status(self): 
 
27
    def runTest(self): 
29
28
        """Basic 'bzr mkdir' operation"""
30
29
        from cStringIO import StringIO
31
30
        from bzrlib.status import show_status