aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/test_iam.py
AgeCommit message (Collapse)Author
2021-03-25fix: skip empty policy bindings in `len()` and `iter()` (#159)Bu Sun Kim
Exclude empty policy bindings (bindings with no members) in `Policy.__iter__()` and `Policy.__len__()` Follow up to #155
2021-03-23fix: save empty IAM policy bindings (#155)Bu Sun Kim
2020-01-09feat(api_core): support version 3 policy bindings (#9869)Jonathan Lui
* feat(api_core): support version 3 policy bindings * fix(doc): fix documenting bindings structure * try fixing docs * fix pytype error * fill test coverage * indent docs * fix docs * improve test coverage * linty * remove unused variable
2018-12-07API Core: fix pytype build (#6873)Tres Seaver
* Run 'pytype' only over the 'google/' directory. * Ignore 'pytype_output/' derived files. * Remove spurious 'MutableMapping.register' call. 'pytype' chokes on it, but the 'Policy' class already derives from 'MutableMapping', so the call is a no-op. * Silence deprecation spew during IAM unit tests.
2018-11-30Move google.cloud.iam (core) to google.api_core.iam (#6740)Christopher Wilcox
* move google.cloud.iam (core) to google.api.core.iam