~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-05-16 08:09:40 UTC
  • Revision ID: mbp@sourcefrog.net-20050516080940-ddb44a64f156ee90
- remove old internal tests in favour of blackbox tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
846
846
        bzrlib.trace.verbose = False
847
847
 
848
848
        for m in bzrlib.store, bzrlib.inventory, bzrlib.branch, bzrlib.osutils, \
849
 
            bzrlib.tree, bzrlib.tests, bzrlib.commands, bzrlib.add:
 
849
            bzrlib.tree, bzrlib.commands, bzrlib.add:
850
850
            mf, mt = doctest.testmod(m)
851
851
            failures += mf
852
852
            tests += mt