moto/tests/test_iam
Jon Michaelchuck 0625bbfa11
Fixes for IAM Role Description field in responses from list_roles and create_roles (#3724)
* Add IAM Role Description field to list_roles responses

The IAM ListRoles IAM API call will return the Description key/value
for each role if it exists.  If it does not exist the Description
key is not included.

* fix handling in create_role resp

* blackg

* Combine two tests using pytest.mark.parametrize

* consistency
2021-02-24 19:14:11 +00:00
..
__init__.py Port test suite from nose to pytest. 2020-11-10 08:23:44 +01:00
test_iam_account_aliases.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
test_iam_cloudformation.py Add tag & untag user (#3638) 2021-02-01 11:37:54 +00:00
test_iam_groups.py Finish porting from nose to pytest. 2020-11-10 08:25:05 +01:00
test_iam_policies.py Fix: yield tests ignored by pytest runner (#3500) 2020-11-25 10:48:05 +00:00
test_iam.py Fixes for IAM Role Description field in responses from list_roles and create_roles (#3724) 2021-02-24 19:14:11 +00:00
test_server.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00