[Buildbot-commits] buildbot ChangeLog,1.294,1.295

Brian Warner warner at users.sourceforge.net
Fri Oct 15 16:59:47 UTC 2004


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8340

Modified Files:
	ChangeLog 
Log Message:
* buildbot/interfaces.py (IBuildStatus.getTestResults): new method
to retrieve a dict of accumulated test results
(ITestResult): define what a single test result can do
* buildbot/status/builder.py (TestResult): implement ITestResult
(BuildStatus.getTestResults): retrieve dict of TestResults
(BuildStatus.addTestResult): add TestResults
* buildbot/test/test_status.py (Results.testAddResults): test it


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.294
retrieving revision 1.295
diff -u -d -r1.294 -r1.295
--- ChangeLog	14 Oct 2004 17:28:34 -0000	1.294
+++ ChangeLog	15 Oct 2004 16:59:44 -0000	1.295
@@ -1,3 +1,13 @@
+2004-10-15  Brian Warner  <warner at lothar.com>
+
+	* buildbot/interfaces.py (IBuildStatus.getTestResults): new method
+	to retrieve a dict of accumulated test results
+	(ITestResult): define what a single test result can do
+	* buildbot/status/builder.py (TestResult): implement ITestResult
+	(BuildStatus.getTestResults): retrieve dict of TestResults
+	(BuildStatus.addTestResult): add TestResults
+	* buildbot/test/test_status.py (Results.testAddResults): test it
+
 2004-10-14  Brian Warner  <warner at lothar.com>
 
 	* buildbot/test/test_maildir.py (MaildirTest): use shutil.rmtree





More information about the Commits mailing list