moto/tests/test_swf
Jean-Baptiste Barth 61bb550052 Ensure activity and decision tasks cannot progress on a closed workflow
This is a second barrier because I'm a little nervous about this and I
don't want moto/swf to make any activity progress while in the real
world service, it's strictly impossible once the execution is closed.
Python doesn't seem to have any nice way of freezing an object so here
we go with a manual boundary...
2015-11-19 11:45:26 +01:00
..
models Ensure activity and decision tasks cannot progress on a closed workflow 2015-11-19 11:45:26 +01:00
responses Implement start to close timeout on SWF workflow executions 2015-11-19 11:45:26 +01:00
__init__.py Add SWF endpoint GetWorkflowExecutionHistory and associated HistoryEvent model 2015-11-19 11:45:23 +01:00
test_exceptions.py Add some basic checks on SWF decisions, more to come later 2015-11-19 11:45:24 +01:00
test_utils.py Fix python 3.x compatibility regarding iterations on a dict 2015-11-19 11:45:26 +01:00
utils.py Implement start to close timeout on SWF workflow executions 2015-11-19 11:45:26 +01:00