moto/moto/stepfunctions
Ciaran Evans 48df5bd5af
Add basic get_execution_history implementation for Step Functions (#3507)
* Add format command to makefile

* Refactor executions to be a attribute of StateMachine

* Begin to add tests for execution history

* Add tests for failed and successful event histories, with implementations

* Add failure case to environment var check

* Skip test if in server mode and update implementation coverage

* Add conditional import for mock to cover python 2

* Refactor stop execution logic into StateMachine

* Refactor event history environment variable into settings.py

* Remove typing and os import
2020-12-03 18:32:06 +00:00
..
__init__.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
exceptions.py Merge branch 'master' into techdebt-remove-duplicate-awserrors 2020-11-06 16:27:59 +00:00
models.py Add basic get_execution_history implementation for Step Functions (#3507) 2020-12-03 18:32:06 +00:00
responses.py Add basic get_execution_history implementation for Step Functions (#3507) 2020-12-03 18:32:06 +00:00
urls.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
utils.py Add CloudFormation Update support for AWS::StepFunctions::StateMachine (#3440) 2020-11-08 12:44:23 +00:00