.. |
__init__.py
|
Some minor cleanup on the study status and automatic events. I wanted to avoid having one database model automatically generating other database models as a side effect. The study service now has full responsiblity to recording study events.
|
2020-08-17 14:56:00 -04:00 |
test_duplicate_workflow_spec_file.py
|
Users cannot upload a workflow_spec_file that already exists. We raise an error that is displayed on the fron end.
|
2021-01-04 15:47:45 -05:00 |
test_workflow_boolean_default.py
|
Test and workflow for new code.
|
2021-02-03 09:50:37 -05:00 |
test_workflow_enum_default_value_expression.py
|
Test and data for cleaning up my smell. We now test explicitly whether a task has both a default_value and value_expression. If so, we raise an error.
|
2021-01-27 10:22:43 -05:00 |
test_workflow_enum_empty_list.py
|
Test, workflow, and empty spreadsheet for the new code. The workflow references the spreadsheet, which has no rows.
|
2021-02-08 15:12:11 -05:00 |
test_workflow_form_field_name.py
|
Added a test for allowing periods in field ids
|
2021-02-15 16:28:21 -05:00 |
test_workflow_form_field_type.py
|
Fixed ApiError call. Now includes task_id and task_name.
|
2021-01-04 13:48:34 -05:00 |
test_workflow_hidden_required_field.py
|
Modified test for missing default value on hidden and required fields to check for task_id and task_name
|
2021-02-15 16:28:51 -05:00 |
test_workflow_missing_form_key.py
|
Test and workflow file for missing form key. Ticket 163
|
2021-01-22 12:14:59 -05:00 |
test_workflow_processor.py
|
Changed the call to WorkflowProcessor.reset to reflect the change from class method to instance method
|
2021-01-29 14:06:25 -05:00 |
test_workflow_processor_multi_instance.py
|
fixing some failing tests related to changes in the underlying spiffworkflow library.
|
2020-12-14 11:27:38 -05:00 |
test_workflow_restart.py
|
Added tests to test_workflow_restart to make sure we call cancel_notify events when appropriate.
|
2021-01-29 14:48:35 -05:00 |
test_workflow_service.py
|
Validating that field properties are valid - they must exist as constants on the Task model.
|
2020-08-27 14:00:14 -04:00 |
test_workflow_spec_api.py
|
Modified test to check for display_order within workflow category.
|
2021-01-27 11:08:28 -05:00 |
test_workflow_spec_validation_api.py
|
1. Updating Personnel BPMN diagram to debug some issues.
|
2020-09-01 15:58:50 -04:00 |
test_workflow_value_expression.py
|
We now allow value_expression to evaluate to an empty string ("") so that we *do not* set a default value for enums in some cases.
|
2021-02-10 14:35:58 -05:00 |