.. |
data
|
Merge pull request #340 from sartography/bug/better_errors_on_scheduled_tasks
|
2021-07-12 10:13:02 -04:00 |
emails
|
Removed the test and templates from the unused mails service.
|
2021-03-11 11:34:24 -05:00 |
files
|
Merge pull request #338 from sartography/document-spreadsheet-name-380
|
2021-07-12 10:11:16 -04:00 |
ldap
|
Added a test with uppercase UID
|
2021-07-22 10:47:25 -04:00 |
scripts
|
Tests for calling the script
|
2021-07-02 16:14:19 -04:00 |
study
|
Added 2 simple tests for filtering by REVIEW_TYPE
|
2021-07-09 11:39:30 -04:00 |
workflow
|
Merge branch 'dev' into add-name-error-hint-8
|
2021-07-07 11:24:00 -04:00 |
__init__.py
|
…
|
|
base_test.py
|
Merge branch 'dev' into add-by-user-61
|
2021-07-07 10:46:50 -04:00 |
test_authentication.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_auto_set_primary_bpmn.py
|
Added `standalone` argument to fix failing test.
|
2021-04-26 11:21:35 -04:00 |
test_complete_template_script.py
|
Removing deprecation warnings
|
2020-06-05 12:08:46 -06:00 |
test_datastore_api.py
|
Cleanup:
|
2021-06-02 10:02:26 -04:00 |
test_decision_table_dictionary_output.py
|
Added a test for dictionary output from a decision table.
|
2021-03-18 12:25:27 -04:00 |
test_document_directories.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_email_script.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_events.py
|
Expanding the task events endpoint to accept workflow and study ids as additional filters.
|
2020-07-28 10:16:48 -04:00 |
test_file_datastore.py
|
Add URL to the study_info('documents') script
|
2021-05-05 11:30:08 -04:00 |
test_get_dashboard_url_script.py
|
Fixed the test to also use HTTPS
|
2021-05-06 15:54:39 -04:00 |
test_irb_info_script.py
|
Mock the Protocol Builder response in my test
|
2021-05-03 14:51:27 -04:00 |
test_is_file_uploaded_script.py
|
Ticket 143. Test whether file is uploaded.
|
2021-01-04 10:53:21 -05:00 |
test_launch_workflow_outside_study.py
|
Test and workflow for launching a standalone workflow
|
2021-04-26 08:53:25 -04:00 |
test_ldap_service.py
|
Added a test with uppercase UID
|
2021-07-22 10:47:25 -04:00 |
test_lookup_service.py
|
Moving metrics into SpiffWorkflow so we can run the performance metrics deeply across both systems simultaniously.
|
2021-06-18 16:41:55 -04:00 |
test_looping_task.py
|
Adding an argument to update task that will allow it to complete all remaining tasks through an "update_all" flag,
|
2021-03-12 20:41:07 -05:00 |
test_message_event.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_multi_instance_tasks_api.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_protocol_builder.py
|
Fixed test to reflect adding REVIEW_TYPE to mocked study_details PB data
|
2021-07-09 10:40:18 -04:00 |
test_study_info_script.py
|
Need to mock out these tests
|
2021-05-14 13:32:25 -04:00 |
test_tasks_api.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_tools_api.py
|
Calls to eval no longer return the data, rather it will accept and return a key, allowing the front end to cache similar queries and not re-execute them.
|
2021-06-22 17:23:18 -04:00 |
test_user_in_logs.py
|
Tests for uid in logs. Currently we test for uid in a response. This covers ApiError.
|
2020-12-11 17:47:53 -05:00 |
test_user_roles.py
|
fixing a big stupid bug I created when merging all the code and making changes to the files.
|
2021-06-08 14:24:59 -04:00 |
test_verify_end_event.py
|
Added mocked PB data for tests using study_info script.
|
2021-06-07 10:08:44 -04:00 |
test_wait_event.py
|
fixing a failing test, don't assume the study and workflow ids will always be 1.
|
2021-07-12 10:00:39 -04:00 |
test_workflow_api.py
|
Make sure a standalone study does not cause an error in the /task_events api endpoint.
|
2021-05-14 15:35:17 -04:00 |
test_workflow_sync.py
|
Update database to include timezone and change all points where we set the time on an event to be utc time. If we get something in the database with a timezone, it will display properly on the front end, but by default everything will be put in the database in UTC
|
2021-04-29 10:25:28 -04:00 |