[Subversion] / PEAK / src / peak / ddt  

Revision 1618


Jump to revision:
Previous Next
Author: pje
Date: Fri Jan 23 01:00:06 2004 UTC (20 years, 3 months ago)

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.

Changed paths:

Path Action Text Changes Prop Changes Diff to Previous
PEAK/setup.py modified X   (diff to previous)
PEAK/src/peak/ddt added      
PEAK/src/peak/ddt/__init__.py added X X  
PEAK/src/peak/ddt/api.py added X X  
PEAK/src/peak/ddt/html_doc.py added X X  
PEAK/src/peak/ddt/model.py added X X  
PEAK/src/peak/ddt/tests added      
PEAK/src/peak/ddt/tests/__init__.py added X X  
PEAK/src/peak/tests/__init__.py modified X   (diff to previous)

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help