Update of /cvsroot/pywin32/pywin32/com/win32com/test
In directory sc8-pr-cvs1:/tmp/cvs-serv8756
Modified Files:
testall.py
Log Message:
Print a row of markers to save me trying to estimate the no of dots :)
Index: testall.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32com/test/testall.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** testall.py 10 Nov 2003 00:49:29 -0000 1.19
--- testall.py 25 Nov 2003 05:07:24 -0000 1.20
***************
*** 172,175 ****
--- 172,178 ----
print "Executing level %d tests - %d test cases will be run" \
% (testLevel, suite.countTestCases())
+ if verbosity==1:
+ # A little row of markers so the dots show how close to finished
+ print '|' * suite.countTestCases()
testRunner = unittest.TextTestRunner(verbosity=verbosity)
testResult = testRunner.run(suite)
|