[Buildbot-commits] buildbot ChangeLog,1.657,1.658
Brian Warner
warner at users.sourceforge.net
Thu Jun 15 05:47:50 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30765
Modified Files:
ChangeLog
Log Message:
[project @ implement TrialTestCaseCounter, a LogObserver that counts test cases run]
Original author: warner at lothar.com
Date: 2006-06-15 01:29:02
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.657
retrieving revision 1.658
diff -u -d -r1.657 -r1.658
--- ChangeLog 15 Jun 2006 05:47:42 -0000 1.657
+++ ChangeLog 15 Jun 2006 05:47:48 -0000 1.658
@@ -1,5 +1,11 @@
2006-06-14 Brian Warner <warner at lothar.com>
+ * buildbot/process/step_twisted.py (TrialTestCaseCounter):
+ implement a LogObserver that counts how many unit tests have been
+ run so far
+ (Trial.__init__): wire it in
+ * buildbot/test/test_twisted.py (Counter): unit test for it
+
* buildbot/process/step_twisted.py (HLint.commandComplete): update
to new cmd.logs['stdio'] scheme
(Trial.commandComplete): same
More information about the Commits
mailing list