Package Camelot :: Package camelot :: Package test
[frames] | no frames]

Package test

source code

Camelot unittest framework
Submodules

Classes
  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
Functions
 
get_application()
Get the singleton QApplication
source code
Variables
  _application_ = []
  __package__ = 'Camelot.camelot.test'