15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21
21
# def startTest(self, test):
22
22
# print str(test).ljust(50),
25
25
# def stopTest(self, test):
35
36
from unittest import TestLoader, TestSuite
38
40
from doctest import DocTestSuite
44
48
for m in bzrlib.store, bzrlib.inventory, bzrlib.branch, bzrlib.osutils, \
46
50
suite.addTest(DocTestSuite(m))