Type: Python module or package
File:lino:src/lino/forms/testkit.py
Refering articles:
- Still working on tests (15.03.06) — I moved forms1.py to docs/examples because I wanted it to be covered by test 32. How to run a GUI application in a testcase? 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.
- Merged Schema and AdamoApplication (22.05.05) — Wow, again a major internal design change! But things become clearer: a Schema is now a subclass of Application! (All this because I want to write test cases for applications, also without using testkit.) more
- Testing GUI applications (07.05.05) — Started a new Toolkit lino.forms.testkit to simulate a running GUI application so that I can write GUI test cases more