cr-connect-workflow/tests
Aaron Louie 5f461d9e87 Fixes FactService 2020-02-11 22:13:46 -05:00
..
data Adding a test to assure the file creation occurs as expected via the API. 2020-02-10 20:54:22 -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 Removing a rogue comma that was causing havoc. Also, don't fail if a mock already exists in the test database. 2020-02-11 11:11:21 -05:00
test_api.py Returning better cleaner information about workflow with the workflow endpoint. Removes the get_all_tasks and get_user_tasks endpoints as tasks are returned with the workflow. Workflow endpoint also includes the last task and next_task, which may or may not be user tasks. The task "type" returned is now the class name of the task_spec, rather than just the word "task". 2020-02-07 11:34:44 -05:00
test_api_files.py Comments out study workflow for now. Fixes failing unit tests. 2020-02-11 13:40:14 -05:00
test_tasks_api.py Adding a test to assure the file creation occurs as expected via the API. 2020-02-10 20:54:22 -05:00
test_workflow_processor.py Fixes FactService 2020-02-11 22:13:46 -05:00