.. |
__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
|
My privous efforts didn't take into account the fact that we use dot notation in field names.
|
2021-03-14 12:20:39 -04:00 |
test_workflow_customer_error.py
|
fixing an error by taking a bit of the magic out of one of Mike's regex hinting tools. I figure the hint is still good, and a little less bittle, and all the information is already there if people need to dig.
|
2021-04-02 17:58:27 -04:00 |
test_workflow_delete_irb_document.py
|
Added test for deleting multiple files.
|
2021-04-05 15:13:32 -04: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
|
Set the correct default value on enumerations - if it is a multi-select enum (checkbox is set) then it should return a default value of an empty array, and not a dictionary.
|
2021-04-09 08:40:58 -04:00 |
test_workflow_form_field_name.py
|
Merge branch 'dev' into customer-error-messages-192.
|
2021-03-01 10:29:10 -05:00 |
test_workflow_form_field_type.py
|
Fixed 3 tests to reflect a change in crc.api.workflow.validate_workflow_specification.
|
2021-02-19 15:55:40 -05:00 |
test_workflow_hidden_required_field.py
|
We now include field.id in the ApiError message for hidden and default validation. (The field must have a default value or value expression)
|
2021-03-04 10:42:13 -05:00 |
test_workflow_infinite_loop.py
|
Test and workflow for testing infinite loop code.
|
2021-03-17 14:52:50 -04: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
|
fixing the api.yml file which was starting to throw errors when updating the libraries.
|
2021-04-02 17:10:05 -04: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
|
My privous efforts didn't take into account the fact that we use dot notation in field names.
|
2021-03-14 12:20:39 -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
|
Fixed 3 tests to reflect a change in crc.api.workflow.validate_workflow_specification.
|
2021-02-19 15:55:40 -05:00 |
test_workflow_value_expression.py
|
Fixing a bug that prevented proper evaluation of a enum field where the default value was null or empty.
|
2021-03-08 14:00:03 -05:00 |