This website requires JavaScript.
Explore
Help
Sign In
sartography
/
cr-connect-workflow
Watch
1
Star
0
Fork
0
You've already forked cr-connect-workflow
mirror of
https://github.com/sartography/cr-connect-workflow.git
synced
2025-02-23 13:18:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cr-connect-workflow
/
tests
History
Aaron Louie
3885bc7624
Merge remote-tracking branch 'origin/master' into feature/delete_study
2020-03-16 08:49:44 -04:00
..
data
Fixes
#12
: Catching some specific common errors and re-raising as APIErrors with detailed codes and descriptions to improve debugging. In doing so, improving the error handling in the event a soft-reset causes an immediate error - and resetting to the original version of the specification in these events, to allow users the chance to try a hard reset instead.
2020-03-11 16:33:18 -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
Fixes
#11
: adding a delete endpoint for studies. It won't delete studies that have workflows, you have to delete those first)
2020-03-09 15:12:40 -04:00
test_authentication.py
Adds user to example data. Requires login before adding/updating a study.
2020-02-27 10:30:16 -05:00
test_files_api.py
Improve version handling of files. Consolidate more of this logic in FileService. Place the version on the actual data model, not the file model, so the file model remains the same, and we just version the data associated with it.
2020-03-04 13:40:25 -05:00
test_protocol_builder.py
Adds Protocol Builder models and schemas. Reorganizes and cleans up some files.
2020-02-27 09:54:46 -05:00
test_study_api.py
Requires login
2020-03-11 15:27:22 -04:00
test_tasks_api.py
Merge remote-tracking branch 'origin/master' into feature/delete_study
2020-03-16 08:49:44 -04:00
test_tools_api.py
missed some test errors in the last push. Just fixing the tests.
2020-03-05 11:23:22 -05:00
test_workflow_processor.py
Fixes
#12
: Catching some specific common errors and re-raising as APIErrors with detailed codes and descriptions to improve debugging. In doing so, improving the error handling in the event a soft-reset causes an immediate error - and resetting to the original version of the specification in these events, to allow users the chance to try a hard reset instead.
2020-03-11 16:33:18 -04:00
test_workflow_spec_api.py
Requires login
2020-03-11 15:27:22 -04:00