cr-connect-workflow/tests/study
mike cullerton 58119c8969 Modified `test_get_all_studies` so they don't fail looking for studies that are open for enrollment
We will soon have a new way to automatically set study status to `Open for Enrollment`, so I left the failing tests there and commented them out for now.
2021-08-13 12:32:11 -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 Added mocked pb study_details since we now check whether a study has valid REVIEW_TYPEs 2021-07-09 10:41:46 -04:00
test_study_api.py Modified `test_get_all_studies` so they don't fail looking for studies that are open for enrollment 2021-08-13 12:32:11 -04:00
test_study_associate_script.py Always use a schema to define what is being returned, it enforces consistency of the API and internally we can depend on well defined objects. 2021-08-10 16:16:08 -04:00
test_study_cancellations.py Added mocked pb study_details since we now check whether a study has valid REVIEW_TYPEs 2021-07-09 10:41:46 -04:00
test_study_data_store_script.py Added mocked PB data for tests using study_info script. 2021-06-07 10:08:44 -04:00
test_study_details.py Added mocked PB data for tests using study_info script. 2021-06-07 10:08:44 -04:00
test_study_details_documents.py Refactoring Reference files to use the lookup table, rather than parsing the results directly out of the spreadsheet, or attempting to cache them. 2021-07-06 13:10:20 -04:00
test_study_service.py Added 2 simple tests for filtering by REVIEW_TYPE 2021-07-09 11:39:30 -04:00
test_study_sponsors_script.py Added mocked PB data for tests using study_info script. 2021-06-07 10:08:44 -04: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