cr-connect-workflow/tests
mike cullerton 68820c67cb Removed (almost) all references to WorkflowSpecDependencyFile
(There is still a call in the lookup service, but we need to decide how to fix that)
2022-01-19 16:12:54 -05:00
..
data 1. Created a TaskLoggingService to encapsulate what we are doing with Task Logging through BPMN Script calls and API calls from the front end. 2022-01-10 13:16:54 -05:00
emails remove email script test line about UTC stuff 2021-10-28 15:49:53 -04:00
files Fixed get reference file info, and added test 2022-01-19 15:17:35 -05:00
ldap The reference document is already created in load_example_data 2022-01-12 15:07:57 -05:00
scripts 1. added the ability to filter on level and user. 2022-01-12 08:58:50 -05:00
study Removed (almost) all references to WorkflowSpecDependencyFile 2022-01-19 16:12:54 -05:00
workflow We no longer use versioning for spec files 2022-01-12 15:09:03 -05:00
__init__.py Fixed Associate API Endpoint description 2021-07-22 14:09:24 -04:00
base_test.py *** WIP *** 2022-01-13 15:24:29 -05:00
test_authentication.py add ldap endpoint that doesnt require workflow info 2021-10-28 16:19:39 -04:00
test_auto_set_primary_bpmn.py *** WIP *** 2022-01-11 15:30:22 -05:00
test_complete_template_script.py Test for embedded templates 2021-10-21 13:37:56 -04:00
test_datastore_api.py Fixed Associate API Endpoint description 2021-07-22 14:09:24 -04:00
test_decision_table_dictionary_output.py Fixed Associate API Endpoint description 2021-07-22 14:09:24 -04:00
test_dmn_from_spreadsheet.py Test for new endpoint 2021-09-07 15:15:38 -04:00
test_document_directories.py Add task_spec_name to a bunch of tests 2021-08-26 10:43:28 -04:00
test_email_script.py Add task_spec_name to a bunch of tests 2021-08-26 10:43:28 -04:00
test_events.py Fixed Associate API Endpoint description 2021-07-22 14:09:24 -04:00
test_file_datastore.py The reference document is already created in load_example_data 2022-01-12 15:07:57 -05:00
test_files_from_filesystem.py added TODO comments 2022-01-12 15:08:34 -05:00
test_files_to_filesystem.py added TODO comments 2022-01-12 15:08:34 -05:00
test_get_dashboard_url_script.py Fixed Associate API Endpoint description 2021-07-22 14:09:24 -04:00
test_irb_info_script.py Fixed Associate API Endpoint description 2021-07-22 14:09:24 -04:00
test_is_file_uploaded_script.py Add task_spec_name to a bunch of tests 2021-08-26 10:43:28 -04:00
test_jinja_service.py Assure better error messages when parsing word documents with jinja syntax. 2021-11-23 14:38:48 -05:00
test_launch_workflow_outside_study.py Fixed Associate API Endpoint description 2021-07-22 14:09:24 -04:00
test_ldap_service.py The LDAP service didn't do a good enough check to see if the record was already in the database. This caused an error, which left the workflow in a waiting state. And that waiting state meant the error would just happen a million times over again until we pushed up this code change. 2021-12-09 06:33:30 -05:00
test_lookup_service.py *** WIP *** 2022-01-13 15:24:29 -05:00
test_looping_task.py Fixed Associate API Endpoint description 2021-07-22 14:09:24 -04:00
test_message_event.py Fixed Associate API Endpoint description 2021-07-22 14:09:24 -04:00
test_multi_instance_tasks_api.py Remove unused imports 2022-01-12 15:00:26 -05:00
test_protocol_builder.py Fixed `test_info_script_documents` to use a mocked call to required_docs. 2021-11-08 10:00:19 -05:00
test_study_info_script.py Fixed `test_info_script_documents` to use a mocked call to required_docs. 2021-11-08 10:00:19 -05:00
test_tasks_api.py Remove unused imports 2022-01-12 15:00:26 -05:00
test_tools_api.py Added the new `handle` attribute to the test 2021-09-22 12:12:54 -04:00
test_user_in_logs.py Fixed Associate API Endpoint description 2021-07-22 14:09:24 -04:00
test_user_roles.py Fixing some bugs I introduced with the latest fix. 2021-12-21 16:22:41 -05:00
test_verify_end_event.py When validating a workflow, don't run the master workflow multiple times, its a huge waste of time. 2021-11-22 17:17:19 -05:00
test_wait_event.py In `WorkflowService.do_waiting`, if a workflow causes an exception, change its status from `waiting` to `erroring` so we don't continue to call it in `do_waiting`. 2021-12-09 15:33:39 -05:00
test_waiting_task_workflow_error.py In `WorkflowService.do_waiting`, if a workflow causes an exception, change its status from `waiting` to `erroring` so we don't continue to call it in `do_waiting`. 2021-12-09 15:33:39 -05:00
test_workflow_api.py Fixes #413 2021-08-18 08:33:44 -04:00
test_workflow_sync.py We won't do workflow sync this way anymore. 2022-01-12 13:17:52 -05:00