cr-connect-workflow/tests/study
mike cullerton 37ba46fb8f These tests now require PB Mock because of the validate_study_id changes 2021-06-03 14:30:00 -04:00
..
__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_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 Resolving an alembic conflict. 2021-05-04 13:39:49 -04: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 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_study_data_store_script.py Add in api changes 2020-11-11 09:44:58 -05:00
test_study_details.py These tests now require PB Mock because of the validate_study_id changes 2021-06-03 14:30:00 -04:00
test_study_details_documents.py Assure that any data store values associated with a file come back as a part of the get_study_data[documents 2021-05-14 15:52:25 -04:00
test_study_service.py Update database to include timezone and change all points where we set the time on an event to be utc time. If we get something in the database with a timezone, it will display properly on the front end, but by default everything will be put in the database in UTC 2021-04-29 10:25:28 -04: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_study_status_message.py Tests for the changes to master workflow status dictionary 2021-03-22 17:52:14 -04:00
test_update_study_script.py Check in - pending change from @cullerton 2021-03-30 12:10:49 -04:00