|
ModelThreadTestCase
Base class for implementing test cases that need a running model_thread.
|
|
SchemaTest
Test the database schema
|
|
ApplicationViewsTest
Test various application level views, like the main window, the
sidepanel
|
|
EntityViewsTest
Test the views of all the Entity subclasses, subclass this class to test all views
in your application. This is done by calling the create_table_view and create_new_view
on a set of admin objects. To tell the test case which admin objects should be tested,
overwrite the get_admins method
|