[Zope-CVS] CVS: Products/Zelenium/tests/flat - test_simple.html:1.1
Tres Seaver
tseaver at palladion.com
Sat May 7 16:33:25 EDT 2005
Update of /cvs-repository/Products/Zelenium/tests/flat
In directory cvs.zope.org:/tmp/cvs-serv29299/tests/flat
Added Files:
test_simple.html
Log Message:
- Add support, with tests, for returning testcases from a mapped directory
path, including recursion through subdirectories of that path.
Currently, the implementation has the following issues:
o It doesn't provide control over the order in which test cases or
subdirectories are returned.
o It doesn't allow exclusion / filtering of subdirectories or
test cases.
o It only creates OFS.Image.File objects for test cases (no templates,
scripts, etc.)
=== Added File Products/Zelenium/tests/flat/test_simple.html ===
<html>
<body>
<table border="1" cellpadding="2">
<tr>
<td colspan="3">
Empty testcase, for testing filesystem load.
</td>
</tr>
</table>
</body>
</html>
More information about the Zope-CVS
mailing list