E&S CVS Commit: PEAK - Added 'ddt.web' command that runs DDT test documents in a browser. Try it

pje at eby-sarna.com pje at eby-sarna.com
Mon Jan 26 16:57:00 EST 2004


Module Name:	PEAK
Committed By:	pje
Date:		Mon Jan 26 21:56:53 UTC 2004

Modified Files:
	PEAK/src/peak: peak.ini
	PEAK/src/peak/ddt: demos.py runners.py
	PEAK/src/peak/running: commands.py

Log Message:
Added 'ddt.web' command that runs DDT test documents in a browser.  Try it
with::

  peak ddt.web http://fit.c2.com/files/HtmlSamples/Documents

and try running some tests.  This is still very crude; note that it doesn't
handle non-HTML documents well, and can't do its own directory indexes when
you use a local URL as the base.  It also lacks any error trapping, so you
have to keep an eye on the console you've run it from in order to find out
what's happening.  Nonetheless, it works pretty decently for such a rough
draft.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/peak.ini.diff?r1=1.124&r2=1.125
http://cvs.eby-sarna.com/PEAK/src/peak/ddt/demos.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PEAK/src/peak/ddt/runners.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PEAK/src/peak/running/commands.py.diff?r1=1.50&r2=1.51

To generate a diff of this commit:
cvs rdiff -r1.124 -r1.125 PEAK/src/peak/peak.ini
cvs rdiff -r1.2 -r1.3 PEAK/src/peak/ddt/demos.py PEAK/src/peak/ddt/runners.py
cvs rdiff -r1.50 -r1.51 PEAK/src/peak/running/commands.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