cr-connect-workflow/tests/study
Dan fb54edac1c Adding additional details to error messages, and cleaning up the cruft around these messages to keep them clear and succinct.
Most noteable is the addition of the line on which the error occurs for script tasks.  It will report the line number and pass back the content of
the line that failed.
The validator only returns the first error it encounters, as it's clear that all we ever get right now is two of the same error.
Did a lot of work between this and spiffworkflow to remove all the places where we obfuscate or drop details as we converted between workflowExceptions and APIExceptions.
Dropped the python levenshtein dependency, in favor of just rolling a simple one ourselves in Spiffworkflow.
2021-07-07 00:53:49 -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 Clean up the file api so we don't have a bunch of extra stuff in there. Just include the raw data from the document spraedsheet if it is available. 2021-06-22 15:08:08 -04:00
test_study_associate_script.py Merge pull request #324 from sartography/modify-infinite-loop-312 2021-06-08 10:30:13 -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 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 Adding additional details to error messages, and cleaning up the cruft around these messages to keep them clear and succinct. 2021-07-07 00:53:49 -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