| Trees | Index | Help |
|---|
| Package CMFSetup :: Package tests :: Module test_workflow |
|
Unit tests for export / import of DCWorkflows and bindings.
$Id: test_workflow.py 37135 2005-07-08 13:24:33Z tseaver $| Classes | |
|---|---|
DummyWorkflow |
Folders are basic container objects that provide a standard interface for object management. |
DummyWorkflowTool |
Folders are basic container objects that provide a standard interface for object management. |
Test_exportWorkflow |
|
Test_importWorkflow |
|
WorkflowDefinitionConfiguratorTests |
|
WorkflowToolConfiguratorTests |
|
_GuardChecker |
|
_WorkflowSetup |
|
| Function Summary | |
|---|---|
test_suite()
| |
| Variable Summary | |
|---|---|
str |
_AFTER_CLOSE_SCRIPT = '## Script (Python) "after_close"\...
|
str |
_AFTER_KILL_SCRIPT = '## Script (Python) "after_kill"\n#...
|
str |
_BEFORE_OPEN_SCRIPT = '## Script (Python) "before_open"\...
|
str |
_BINDINGS_TOOL_EXPORT = '<?xml version="1.0"?>\n<workflo...
|
str |
_EMPTY_TOOL_EXPORT = '<?xml version="1.0"?>\n<workflow-t...
|
str |
_EMPTY_WORKFLOW_EXPORT = '<?xml version="1.0"?>\n<dc-wor...
|
str |
_FILENAME_TOOL_EXPORT = '<?xml version="1.0"?>\n<workflo...
|
str |
_NORMAL_TOOL_EXPORT = '<?xml version="1.0"?>\n<workflow-...
|
str |
_NORMAL_TOOL_EXPORT_WITH_FILENAME = '<?xml version="1.0"...
|
str |
_NORMAL_WORKFLOW_EXPORT = '<?xml version="1.0"?>\n<dc-wo...
|
str |
_OLD_WORKFLOW_EXPORT = '<?xml version="1.0"?>\n<dc-workf...
|
str |
_OVERRIDE_TOOL_EXPORT = '<?xml version="1.0"?>\n<workflo...
|
tuple |
_WF_GROUPS = ('Content_owners', 'Content_assassins')
|
tuple |
_WF_PERMISSIONS = ('Open content for modifications', 'Mo...
|
dict |
_WF_SCRIPTS = {'after_kill': ('Script (Python)', '## Scr...
|
dict |
_WF_STATES = {'expired': ('Expired', 'Expiration date ha...
|
dict |
_WF_TRANSITIONS = {'close': ('Close', 'Close the object ...
|
dict |
_WF_VARIABLES = {'killed_by': ('Killed by', 'n/a', '', T...
|
dict |
_WF_WORKLISTS = {'alive_list': ('Alive', 'Worklist for c...
|
| Variable Details |
|---|
_AFTER_KILL_SCRIPT
|
_BEFORE_OPEN_SCRIPT
|
_BINDINGS_TOOL_EXPORT
|
_EMPTY_TOOL_EXPORT
|
_EMPTY_WORKFLOW_EXPORT
|
_FILENAME_TOOL_EXPORT
|
_NORMAL_TOOL_EXPORT
|
_NORMAL_TOOL_EXPORT_WITH_FILENAME
|
_NORMAL_WORKFLOW_EXPORT
|
_OLD_WORKFLOW_EXPORT
|
_OVERRIDE_TOOL_EXPORT
|
_WF_GROUPS
|
_WF_PERMISSIONS
|
_WF_SCRIPTS
|
_WF_STATES
|
_WF_TRANSITIONS
|
_WF_VARIABLES
|
_WF_WORKLISTS
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Nov 30 03:58:47 2005 | http://epydoc.sf.net |