.. |
__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
|
Fixed issue where we were passing in a workflow_api instead of a workflow when completing a form in tests.
|
2021-04-26 08:58:09 -04:00 |
test_workflow_call_activity_end_event.py
|
Included the failing test, with self.assertRaises
|
2021-07-28 11:22:45 -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
|
Add task_spec_name to a bunch of tests
|
2021-08-26 10:43:28 -04:00 |
test_workflow_enum_checkbox.py
|
Better test. Actually grab data explicitly from the list in Element Documentation
|
2021-09-30 12:54:03 -04:00 |
test_workflow_enum_default_value_expression.py
|
All enumerated lists used in web forms should contain a single value, not a dictionary of value/labels.
|
2021-10-19 10:13:43 -04:00 |
test_workflow_enum_empty_list.py
|
All enumerated lists used in web forms should contain a single value, not a dictionary of value/labels.
|
2021-10-19 10:13:43 -04:00 |
test_workflow_form_field_name.py
|
Adding additional details to error messages, and cleaning up the cruft around these messages to keep them clear and succinct.
|
2021-07-07 00:53:49 -04:00 |
test_workflow_form_field_type.py
|
Adding additional details to error messages, and cleaning up the cruft around these messages to keep them clear and succinct.
|
2021-07-07 00:53:49 -04:00 |
test_workflow_hidden_file_data_field.py
|
Add task_spec_name to a bunch of tests
|
2021-08-26 10:43:28 -04:00 |
test_workflow_hidden_required_field.py
|
Fixed issue where we were passing in a workflow_api instead of a workflow when completing a form in tests.
|
2021-04-26 08:58:09 -04:00 |
test_workflow_infinite_loop.py
|
Fixing a test.
|
2021-11-30 12:55:52 -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_name_error_hint.py
|
Merge branch 'dev' into add-name-error-hint-8
|
2021-07-07 11:24:00 -04:00 |
test_workflow_previous_form_data.py
|
assure we don't overwrite task data with a previous form submission if that data already exists.
|
2021-12-07 17:04:20 -05:00 |
test_workflow_processor.py
|
Updated for new ProtocolBuilderCreatorStudy model and schema
|
2021-12-06 14:43:07 -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_read_only_field.py
|
Test and workflow for persisting read-only data
|
2021-05-07 14:07:19 -04:00 |
test_workflow_reset.py
|
Changes to tests after removing `name` column from `workflow_spec` and `workflow_spec_category` tables.
|
2021-10-05 14:20:03 -04:00 |
test_workflow_restart.py
|
Add task_spec_name to a bunch of tests
|
2021-08-26 10:43:28 -04:00 |
test_workflow_service.py
|
test for this ticket
|
2021-12-03 12:23:57 -05:00 |
test_workflow_spec_api.py
|
Looks like reording the deletes allows us to remove workflow specs a little easier. Tested this with libraries, and seems to work ok.
|
2021-12-20 14:36:45 -05:00 |
test_workflow_spec_category_reorder.py
|
Changes to tests after removing `name` column from `workflow_spec` and `workflow_spec_category` tables.
|
2021-10-05 14:20:03 -04:00 |
test_workflow_spec_reorder.py
|
Changes to tests after removing `name` column from `workflow_spec` and `workflow_spec_category` tables.
|
2021-10-05 14:20:03 -04:00 |
test_workflow_spec_validation_api.py
|
Updated for new ProtocolBuilderCreatorStudy model and schema
|
2021-12-06 14:43:07 -05:00 |
test_workflow_value_expression.py
|
Fix a test
|
2021-12-10 12:16:39 -05:00 |