moto/tests/test_swf
Jean-Baptiste Barth 2cd3d5fb45 Fix python 3.x compatibility regarding iterations on a dict
Error on travis-ci was:

    AttributeError: 'dict' object has no attribute 'iteritems'

And actually it's been removed in python 3.x in favor of dict.items()
2015-11-19 11:45:26 +01:00
..
models Fix timestamps in tests as Travis builds run on GMT time 2015-11-19 11:45:26 +01:00
responses Fix timestamps in tests as Travis builds run on GMT time 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 Fix python 3.x compatibility regarding iterations on a dict 2015-11-19 11:45:26 +01:00