Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
4665290c
Commit
4665290c
authored
Mar 22, 2001
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated test procedure. Updated TO DO list.
parent
e00f486a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
9 deletions
+12
-9
lib/python/TAL/README.txt
lib/python/TAL/README.txt
+12
-9
No files found.
lib/python/TAL/README.txt
View file @
4665290c
...
...
@@ -42,10 +42,14 @@ defaults to test/test1.xml.
Regression test
---------------
There are a number of test cases in the test subdirectory, named
test/test<number>.xml and test/test<number>.html. The Python script
./runtest.py calls driver.main() for each test case, and should print
"<file> OK" for each testcase.
There are a number of test files in the test subdirectory, named
test/input/test<number>.xml and test/input/test<number>.html. The
Python script ./runtest.py calls driver.main() for each test file, and
should print "<file> OK" for each one.
In addition, there are unit test suites in the test subdirectory;
these can be run with test/run.py. This should print a number of
testcase names, ending with a line saying "OK".
What's Here
-----------
...
...
@@ -78,7 +82,10 @@ TO DO
- Implement on-error. Assume that the evaluation engine's evaluate()
functions raise TALESError (defined where???) on all exceptions.
- Bring DummyEngine.py up to specs.
- Reject input with TAL or METAL statements on tags whose end tag is
implied.
- Bring DummyEngine.py up to specs. (string: instead of str:, etc.)
- Finish implementing insertStructure(): attribute replacement isn't
implemented yet.
...
...
@@ -90,10 +97,6 @@ TO DO
HTMLTALCompiler.py and XMLTALCompiler.py (or maybe shortened,
without "TAL"?)
- The HTML TAL compiler should preserve more information about the
start element, e.g. <img ismap /> should be output like that, not as
<img ismap="ismap">.
- Should we preserve case of tags and attribute names in HTML?
- Do we still need the HTML mode for TALInterpreter, which tries to
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment