[Pkg-bazaar-commits] ./bzr/unstable r58: include bzrlib.commands in selftest

mbp at sourcefrog.net mbp at sourcefrog.net
Fri Apr 10 07:26:59 UTC 2009


------------------------------------------------------------
revno: 58
committer: mbp at sourcefrog.net
timestamp: Tue 2005-03-22 11:24:14 +1100
message:
  include bzrlib.commands in selftest
modified:
  bzrlib/commands.py
-------------- next part --------------
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py	2005-03-22 00:23:19 +0000
+++ b/bzrlib/commands.py	2005-03-22 00:24:14 +0000
@@ -495,7 +495,7 @@
     bzrlib.trace.verbose = False
 
     for m in bzrlib.store, bzrlib.inventory, bzrlib.branch, bzrlib.osutils, \
-        bzrlib.tree, bzrlib.tests:
+        bzrlib.tree, bzrlib.tests, bzrlib.commands:
         mf, mt = doctest.testmod(m)
         failures += mf
         tests += mt



More information about the Pkg-bazaar-commits mailing list