cr-connect-workflow/tests
Dan Funk d01b30debc Building the start of an endpoint that could be used by logged in / authenticated users that will evaluate basic python functions sent in via the API.
The hope here is that we can process these in real time for the front end, but still do it using the same evaluation engine we use everywhere else, so
the syntax for things like hide-expressions can be properly verified during workflow validation and will be assured to work during front end rendering.
Removing any all javascript code in the BPMN models.
2020-07-21 13:57:33 -04:00
..
approval Cleaning properly previous versions 2020-07-07 08:32:41 -06:00
data Merge branch 'dev' into cr-connect-92-scripting-enhancements 2020-07-20 13:01:23 -04:00
emails Cleaning up old notes 2020-07-07 08:32:20 -06:00
files Handling incoming values from processor 2020-06-17 21:11:47 -06:00
study Whenever a workflow is loaded or updated, add events to the TaskEvent table with assignments for the next set of ready tasks, along with who should complete those tasks. 2020-07-14 22:16:44 -04:00
workflow Merge branch 'dev' into cr-connect-92-scripting-enhancements 2020-07-20 13:01:23 -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 Whenever a workflow is loaded or updated, add events to the TaskEvent table with assignments for the next set of ready tasks, along with who should complete those tasks. 2020-07-14 22:16:44 -04: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_ldap_service.py Merge branch 'rrt/dev' into feature/mail-system 2020-06-05 12:35:05 -06:00
test_lookup_service.py A last minute change to make the API a little clearer and cleaner broke some tests. 2020-06-30 11:12:28 -04:00
test_looping_task.py STG-26 2020-06-18 12:01:02 -04:00
test_protocol_builder.py There may be multiple investigators of the same type that come back from the protocol builder, adding some tests and additional code to handle this, but still keep the list flat, currently appends a number to the investigator type when there is more than one. 2020-07-07 17:16:33 -04:00
test_tasks_api.py Merge branch 'dev' into feature/lanes_and_roles 2020-07-16 14:00:53 -04:00
test_tools_api.py Building the start of an endpoint that could be used by logged in / authenticated users that will evaluate basic python functions sent in via the API. 2020-07-21 13:57:33 -04:00
test_user_roles.py Fixes failing test 2020-07-16 14:02:29 -04:00