cr-connect-workflow/tests
mike cullerton b304b4725b Merge branch 'dev' into file-refactor-705 2022-04-14 11:40:08 -04:00
..
data Change value from string 'None' to value None to test deleting data_stores. 2022-04-13 18:09:18 -04:00
emails Modify default sender for emails 2022-02-25 08:38:40 -05:00
files form_field_key => irb_doc_code 2022-04-13 08:32:29 -04:00
ldap death to load_example_data() !!!!! 2022-02-09 22:13:02 -05:00
scripts FileModel => DocumentModel 2022-04-13 08:31:18 -04:00
study Merge branch 'dev' into file-refactor-705 2022-04-14 11:40:08 -04:00
workflow FileModel => DocumentModel 2022-04-13 08:31:18 -04:00
__init__.py
base_test.py Remove unused import 2022-04-12 14:00:08 -04:00
test_authentication.py merging in PI Name changes from Alicia's #499 PR. 2022-03-18 12:30:20 -04:00
test_auto_set_primary_bpmn.py more test passing 2022-02-09 13:01:26 -05:00
test_complete_template_script.py FileModel => DocumentModel 2022-04-12 14:01:00 -04:00
test_data_store_service.py Merge branch 'dev' into file-refactor-705 2022-04-14 11:40:08 -04:00
test_datastore_api.py FileModel => DocumentModel 2022-04-13 08:31:18 -04:00
test_decision_table_dictionary_output.py
test_dmn_from_spreadsheet.py
test_document_directories.py death to load_example_data() !!!!! 2022-02-09 22:13:02 -05:00
test_email_script.py death to load_example_data() !!!!! 2022-02-09 22:13:02 -05:00
test_events.py
test_file_datastore.py death to load_example_data() !!!!! 2022-02-09 22:13:02 -05:00
test_get_dashboard_url_script.py
test_git_service.py Fix typo in test: delete -> remove 2022-03-29 12:34:05 -04:00
test_irb_info_script.py Tests expect 1 record now 2022-04-07 14:40:47 -04:00
test_is_file_uploaded_script.py death to load_example_data() !!!!! 2022-02-09 22:13:02 -05:00
test_jinja_service.py Added comment about the test 2022-03-14 14:01:13 -04:00
test_launch_workflow_outside_study.py death to load_example_data() !!!!! 2022-02-09 22:13:02 -05: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 FileModel => DocumentModel 2022-04-13 08:31:18 -04:00
test_looping_task.py
test_message_event.py
test_multi_instance_tasks_api.py Remove unused imports 2022-01-12 15:00:26 -05:00
test_process_erroring_workflows.py Added description to the test. 2022-01-25 12:22:32 -05:00
test_protocol_builder.py Tests expect 1 record now 2022-04-07 14:40:47 -04:00
test_study_info_script.py rm pi id refs 2022-03-18 12:04:20 -04:00
test_tasks_api.py death to load_example_data() !!!!! 2022-02-09 22:13:02 -05:00
test_tools_api.py
test_unchecked_checkbox_default.py Make sure we don't get null/None back from a boolean checkbox. 2022-03-23 09:48:13 -04:00
test_user_in_logs.py
test_user_roles.py Dealing with some changes in SpiffWorkflow's latest release. I think this gets all tests passing again, and behaving as expected. 2022-02-16 10:46:46 -05:00
test_verify_end_event.py death to load_example_data() !!!!! 2022-02-09 22:13:02 -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 Test for the bug fix 2022-02-25 14:43:32 -05:00