~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Jelmer Vernooij
  • Date: 2011-03-13 16:06:41 UTC
  • mto: This revision was merged to the branch mainline in revision 769.
  • Revision ID: jelmer@samba.org-20110313160641-tcsdktixq0588tz6
Merge in bzrlib.deprecated_graph functions still used by bzrtools.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
    import tests.test_cbranch
80
80
    import tests.test_conflict_diff
81
81
    from bzrlib.plugins.bzrtools.tests import test_fetch_ghosts
 
82
    import tests.test_graph
82
83
    import tests.test_link_tree
83
84
    import tests.test_patch
84
85
    import tests.test_rspush
97
98
    result.addTest(TestLoader().loadTestsFromModule(tests.test_dotgraph))
98
99
    result.addTest(TestLoader().loadTestsFromModule(tests.is_clean))
99
100
    result.addTest(TestLoader().loadTestsFromModule(test_fetch_ghosts))
 
101
    result.addTest(TestLoader().loadTestsFromModule(tests.test_graph))
100
102
    result.addTest(TestLoader().loadTestsFromModule(tests.test_link_tree))
101
103
    result.addTest(TestLoader().loadTestsFromModule(tests.test_patch))
102
104
    result.addTest(TestLoader().loadTestsFromModule(tests.test_rspush))