E&S CVS Commit: PEAK - First draft of 'peak.ddt', a "Document-Driven Testing" framework. Similar

pje at eby-sarna.com pje at eby-sarna.com
Thu Jan 22 20:01:00 EST 2004


Module Name:	PEAK
Committed By:	pje
Date:		Fri Jan 23 01:00:06 UTC 2004

Modified Files:
	PEAK: setup.py
	PEAK/src/peak/tests: __init__.py
Added Files:
	PEAK/src/peak/ddt: __init__.py api.py html_doc.py model.py
	PEAK/src/peak/ddt/tests: __init__.py

Log Message:
First draft of 'peak.ddt', a "Document-Driven Testing" framework.  Similar
to FIT (http://fit.c2.com/), 'peak.ddt' can parse HTML documents, run the
tests described by tables therein, then output an annotated version of the
document with the results of each test, suitable for posting on a project
website.  This is an early draft that only supports colorizing of table
cells, and doesn't incorporate any "runners" or "fixtures" yet.  But the
basic domain model is quite complete, as is the HTML-parsing DM class.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/setup.py.diff?r1=1.85&r2=1.86
http://cvs.eby-sarna.com/PEAK/src/peak/ddt/__init__.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/ddt/api.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/ddt/html_doc.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/ddt/model.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/ddt/tests/__init__.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/tests/__init__.py.diff?r1=1.21&r2=1.22

To generate a diff of this commit:
cvs rdiff -r1.85 -r1.86 PEAK/setup.py
cvs rdiff -r0 -r1.1 PEAK/src/peak/ddt/__init__.py PEAK/src/peak/ddt/api.py \
    PEAK/src/peak/ddt/html_doc.py PEAK/src/peak/ddt/model.py
cvs rdiff -r0 -r1.1 PEAK/src/peak/ddt/tests/__init__.py
cvs rdiff -r1.21 -r1.22 PEAK/src/peak/tests/__init__.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list