cr-connect-workflow/tests
mike cullerton c9b7d95a83 *** WIP ***
Beginning of Git integration
- added gitpython to Pipfile
- started additions for api, model, service, and a test
2022-01-28 16:11:36 -05:00
..
data Merge pull request #448 from sartography/get-spec-from-workflow-id-589 2022-01-24 16:40:53 -05:00
emails remove email script test line about UTC stuff 2021-10-28 15:49:53 -04:00
files Removed the method get_spec_data_files completly - using get_spec_files and get_spec_data to get this information instead. 2022-01-25 16:10:54 -05:00
ldap The reference document is already created in load_example_data 2022-01-12 15:07:57 -05:00
scripts Test for new script 2022-01-24 12:41:08 -05:00
study Removed (almost) all references to WorkflowSpecDependencyFile 2022-01-19 16:12:54 -05:00
workflow Merge pull request #449 from sartography/files-to-filesystem-572 2022-01-26 10:11:26 -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_get_dashboard_url_script.py Fixed Associate API Endpoint description 2021-07-22 14:09:24 -04:00
test_git_service.py *** WIP *** 2022-01-28 16:11:36 -05: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