~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2008-03-20 15:36:35 UTC
  • Revision ID: aaron@aaronbentley.com-20080320153635-ywgk5968qpopub9y
cbranch creates parent directories as needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
701
701
    import bzrtools
702
702
    import tests.clean_tree
703
703
    import tests.is_clean
 
704
    import tests.test_cbranch
704
705
    import tests.test_link_tree
705
706
    import tests.test_patch
706
707
    import tests.test_rspush
725
726
    result.addTest(TestLoader().loadTestsFromModule(tests.test_link_tree))
726
727
    result.addTest(TestLoader().loadTestsFromModule(tests.test_patch))
727
728
    result.addTest(TestLoader().loadTestsFromModule(tests.test_rspush))
 
729
    result.addTest(TestLoader().loadTestsFromModule(tests.test_cbranch))
728
730
    return result