cr-connect-workflow/tests
Aaron Louie 691258a4fb Fixes bug where approvals counts were off by 1. Tests CSV export and all approvals endpoints with lots of records. 2020-06-11 17:15:44 -04:00
..
data Run the validation twice, once completing all of the data, and a second time, completing only the required fields. 2020-05-30 17:26:27 -04: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 Adds tests for approval counts and all approvals endpoints 2020-06-11 16:39:00 -04:00
test_approvals_api.py Fixes bug where approvals counts were off by 1. Tests CSV export and all approvals endpoints with lots of records. 2020-06-11 17:15:44 -04:00
test_approvals_service.py Removing deprecation warnings 2020-06-05 12:08:46 -06:00
test_authentication.py Tests for token expiration ApiError 2020-06-11 13:42:32 -04:00
test_complete_template_script.py Removing deprecation warnings 2020-06-05 12:08:46 -06:00
test_file_service.py Merge branch 'rrt/dev' into feature/mail-system 2020-06-05 12:35:05 -06:00
test_files_api.py Some additional cleanup - when a file is "archived" it is no longer returned for any endpoints about files, but it 2020-06-04 09:49:42 -04:00
test_ldap_service.py Merge branch 'rrt/dev' into feature/mail-system 2020-06-05 12:35:05 -06:00
test_lookup_service.py Removing deprecation warnings 2020-06-05 12:08:46 -06:00
test_mails.py Approve/denied emails 2020-06-05 12:08:31 -06:00
test_protocol_builder.py Protocol Builder isn't disabled on the dcos servers, trying to figure out why, and assure it isn't some sort of weird race condition. 2020-05-26 22:42:49 -04:00
test_request_approval_script.py Removing deprecation warnings 2020-06-05 12:08:46 -06:00
test_study_api.py Removing deprecation warnings 2020-06-05 12:08:46 -06: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 Adds tests for approval counts and all approvals endpoints 2020-06-11 16:39:00 -04:00
test_tasks_api.py Merge branch 'rrt/dev' into feature/mail-system 2020-06-05 12:35:05 -06:00
test_tools_api.py Removing deprecation warnings 2020-06-05 12:08:46 -06:00
test_update_study_script.py Removing deprecation warnings 2020-06-05 12:08:46 -06:00
test_workflow_processor.py Run the validation twice, once completing all of the data, and a second time, completing only the required fields. 2020-05-30 17:26:27 -04:00
test_workflow_processor_multi_instance.py Removing deprecation warnings 2020-06-05 12:08:46 -06:00
test_workflow_service.py Removing deprecation warnings 2020-06-05 12:08:46 -06:00
test_workflow_spec_api.py I absolutely must fix our cascade deletes, but I sort of like the horror such chunks of code cause, we really need to protect these endpoints, and assure they never get called under normal circumstances, and raise some thoughtful errors. 2020-05-26 21:18:09 -04:00
test_workflow_spec_validation_api.py When you can't delete a file, mark it as archived. Don't include archived files in new approval requests. 2020-06-03 17:34:27 -04:00