~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Michael Ellerman
  • Date: 2005-11-27 00:51:41 UTC
  • mto: (0.3.1 shelf-dev) (325.1.2 bzrtools)
  • mto: This revision was merged to the branch mainline in revision 334.
  • Revision ID: michael@ellerman.id.au-20051127005141-3f22bf8da12129a0
Update tests for changes in bzr:
 - add() and commit() now sit in working_tree, not branch.
 - diff returns 1 if there are changes in the tree.
 - diff filenames have \t appended to them for some reason.
 - Exceptions look a little different on stderr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
bzrlib.commands.register_command(cmd_unshelve)
45
45
 
46
46
def test_suite():
47
 
    from bzrlib.selftest.TestUtil import TestLoader
 
47
    from bzrlib.tests.TestUtil import TestLoader
48
48
    import tests
49
49
    return TestLoader().loadTestsFromModule(tests)