~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/whitebox.py

  • Committer: Martin Pool
  • Date: 2005-05-31 07:42:44 UTC
  • Revision ID: mbp@sourcefrog.net-20050531074244-d4e31e37fa70808a
- Split selftests out into a new module and start changing them
  to use the unittest module

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
            os.chdir(savedir)
72
72
            shutil.rmtree(dtmp)
73
73
 
74
 
 
75
74
                              
76
75
if __name__ == '__main__':
77
76
    unittest.main()