action

Helper classes to create unit tests for Actions.

class camelot.test.action.MockModelContext(session=None)[source]

Model Context to be used in unit tests

Parameters:session – the session attributed to this model context, if None is given, the session of the object is used.