cr-connect-workflow/tests/study
mike cullerton 70efdb4788 The `do_task_validate_only` method in the `get_study_associates` script now returns a mocked list of associates.
It used to return `True`, and this caused shield validation to fail when looping over the results of `get_study_associates`.
(You can't loop over a boolean)

Added a for loop in `study_sponsors_associate.bpmn` to test for this.
Moved `BaseTest` import to the top of `test_study_associate_script` because debug was failing.
2021-03-16 08:57:30 -04:00
..
__init__.py
test_get_study_from_model.py We now test whether we have a valid StudyModel when getting a study by study model. 2021-02-09 17:37:55 -05:00
test_study_actions_status.py Modified the test to cover hold, abandon, and open_enrollment. These are tickets 21 and 94 2020-12-31 10:40:27 -05:00
test_study_api.py Allows us to delete a study even if there are emails, and associated study users connected to that study. 2021-03-09 13:31:26 -05:00
test_study_associate_script.py The `do_task_validate_only` method in the `get_study_associates` script now returns a mocked list of associates. 2021-03-16 08:57:30 -04:00
test_study_cancellations.py Test and workflow for the new code. We test the correct cancel notify is called, and only when appropriate. 2021-01-29 14:09:42 -05:00
test_study_data_store_script.py Add in api changes 2020-11-11 09:44:58 -05:00
test_study_details_documents.py
test_study_service.py Remove Approvals per ticket 183 2021-02-16 09:05:29 -05:00
test_study_sponsors_script.py Change the study_sponsors script so that we can actually call it : 2020-11-05 10:31:47 -05:00
test_update_study_script.py Add short_title to study, change update_study task to use kw arguments and add the short_title to the update_study script 2021-03-02 10:03:53 -05:00