cr-connect-workflow/tests
Dan Funk a14168362a Merge branch 'feature/support_ui_dashboard' into dev 2020-05-25 21:31:16 -04:00
..
data forgot to include the new empty master workflow, which allows the tests to all pass. 2020-05-22 15:31:38 -04:00
__init__.py
base_test.py Fixing add_study api endpoint, so you can actually add a new "Study" with just some basic information. 2020-05-25 12:29:05 -04:00
test_approvals_api.py Fixing broken test 2020-05-24 01:22:14 -06:00
test_approvals_service.py As we now have an approval_service.py, I moved all the business logic into this service and out of the request_approval.py script. And moved all tests for these features into a test file for the service. Will make it easier to cross reference what is happening, as everything all happens in one file. 2020-05-24 16:13:15 -04:00
test_authentication.py Merge branch 'feature/support_ui_dashboard' into dev 2020-05-25 21:31:16 -04:00
test_complete_template_script.py
test_file_service.py Made some modifications to the Approval so that it knows exactly what versions of every file are being sent for approval 2020-05-23 15:08:17 -04:00
test_files_api.py Fixing add_study api endpoint, so you can actually add a new "Study" with just some basic information. 2020-05-25 12:29:05 -04:00
test_ldap_service.py
test_lookup_service.py
test_protocol_builder.py
test_request_approval_script.py Adding an "UpdateStudy" task that is able to update the data on the study model, useful for setting core data points on the model, such as setting the Primary Investigator, or altering the Study Title. 2020-05-25 15:30:06 -04:00
test_study_api.py Fixing add_study api endpoint, so you can actually add a new "Study" with just some basic information. 2020-05-25 12:29:05 -04:00
test_study_details_documents.py As we now have an approval_service.py, I moved all the business logic into this service and out of the request_approval.py script. And moved all tests for these features into a test file for the service. Will make it easier to cross reference what is happening, as everything all happens in one file. 2020-05-24 16:13:15 -04:00
test_study_service.py
test_tasks_api.py Fixing add_study api endpoint, so you can actually add a new "Study" with just some basic information. 2020-05-25 12:29:05 -04:00
test_tools_api.py On the tools/render_docx api, allow sending the json data in the body, rather than as a ludicrous long get parameter. Silly Dan. 2020-05-22 15:30:22 -04:00
test_update_study_script.py Adding an "UpdateStudy" task that is able to update the data on the study model, useful for setting core data points on the model, such as setting the Primary Investigator, or altering the Study Title. 2020-05-25 15:30:06 -04:00
test_workflow_processor.py Adding an "UpdateStudy" task that is able to update the data on the study model, useful for setting core data points on the model, such as setting the Primary Investigator, or altering the Study Title. 2020-05-25 15:30:06 -04:00
test_workflow_processor_multi_instance.py
test_workflow_service.py Adding an "UpdateStudy" task that is able to update the data on the study model, useful for setting core data points on the model, such as setting the Primary Investigator, or altering the Study Title. 2020-05-25 15:30:06 -04:00
test_workflow_spec_api.py
test_workflow_spec_validation_api.py Fixing add_study api endpoint, so you can actually add a new "Study" with just some basic information. 2020-05-25 12:29:05 -04:00