Type: Python module or package
File:lino:tests/42.py
Refering articles:
- fixed tests 11 and 42 (code changes 01.03.06) — Test 11 fixed. Test 42 fixed. Todo: Test 19.
- Some tests still failing (code changes 26.02.06) — Tests 20 and 42 fail. more
- UnicodeEncodeError (Problem reports 19.02.06) — Test 42 fails with a UnicodeEncodeError. more
- Note about testing forms (22.01.06) — Test 42 uses Session.showForm() of a session with the testkit toolkit who simply renders a Form to the console. The resulting form is not meant to be functional but to compare it with some expected result.
- Session.showForm() (24.09.05) — I separated Keeper.showSearchForm() into a separate class SearchFormCtrl. more
- Working on HtmlDocument (24.09.05) — Working on module html (static html), testcase 42 and Timings. more