moto/tests/test_emr
Brian Pandola 626629ef82 Fix: EMR Steps should be returned in reverse order of creation
This is according to the AWS EMR documentation[1] and has been verified against a real AWS backend.

[1]:https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/emr.html#EMR.Client.list_steps
2022-03-19 22:51:53 -07:00
..
__init__.py Port test suite from nose to pytest. 2020-11-10 08:23:44 +01:00
test_emr_boto3.py Fix: EMR Steps should be returned in reverse order of creation 2022-03-19 22:51:53 -07:00
test_emr_integration.py Techdebt: Enable pylint rules (#4432) 2021-10-18 19:44:29 +00:00
test_server.py Techdebt: Enable pylint rules (#4432) 2021-10-18 19:44:29 +00:00
test_utils.py Fix: EMR ReleaseLabel validation does not respect semantic versioning (#3489) 2020-11-22 18:54:59 +00:00