cr-connect-workflow/tests
Dan Funk 70611e2c1d Adding the version of the specification used to create a workflow to the workflow api endpoint. Though the exact content of this version is likely to change.
Split the API specific models out from the workflow models to help me keep this straight.
Added tests to help me understand the errors thrown the and resolution path when a workflow specification changes in the midst of a running workflow.
2020-03-05 11:18:20 -05:00
..
data Adding the version of the specification used to create a workflow to the workflow api endpoint. Though the exact content of this version is likely to change. 2020-03-05 11:18:20 -05:00
__init__.py Lots and lots of random stuff as I organize code and get things to make sense. 2019-12-18 14:02:17 -05:00
base_test.py Improve version handling of files. Consolidate more of this logic in FileService. Place the version on the actual data model, not the file model, so the file model remains the same, and we just version the data associated with it. 2020-03-04 13:40:25 -05:00
test_authentication.py Adds user to example data. Requires login before adding/updating a study. 2020-02-27 10:30:16 -05:00
test_files_api.py Improve version handling of files. Consolidate more of this logic in FileService. Place the version on the actual data model, not the file model, so the file model remains the same, and we just version the data associated with it. 2020-03-04 13:40:25 -05:00
test_protocol_builder.py Adds Protocol Builder models and schemas. Reorganizes and cleans up some files. 2020-02-27 09:54:46 -05:00
test_study_api.py Adding the version of the specification used to create a workflow to the workflow api endpoint. Though the exact content of this version is likely to change. 2020-03-05 11:18:20 -05:00
test_tasks_api.py Add the ability to forcibly restart a workflow, while retaining that workflows data. 2020-03-04 17:08:45 -05:00
test_tools_api.py Adding a simple endpoint that describes what scripts are currently available, along with a brief description. 2020-03-03 15:30:42 -05:00
test_workflow_processor.py Adding the version of the specification used to create a workflow to the workflow api endpoint. Though the exact content of this version is likely to change. 2020-03-05 11:18:20 -05:00
test_workflow_spec_api.py Standardizing the script tasks that can be executed on the server, adding tons of error messages for when things go wrong. All scripts must exist in side of the crc/scripts directory. 2020-03-03 13:52:45 -05:00