- Nothing changed yet.
- Added IAM User assertions:
has.name
,was.created_at
,belongs_to.group
- Added IAM Policy assertions:
has.name
,has.description
,was.created_at
,was.last_updated_at
,should_be.attached_to
- Added IAM Group assertions:
has.name
,was.created_at
,should.contain
,has.policy
- Added IAM Role assertions:
has.name
,has.description
,was.created_at
,was.last_used_on
,uses.policy
- Added SNS Topic assertions:
should.receive
s3.Bucket.should.contain()
now acceptss3.Object
as an alternative to astr
key- Assertions now
assert
themselves rather than returning abool
- Added better
AssertionError
messages
- Awssert now works with moto decorators
- README now shows moto decorator usage
- Added CONTRIBUTING guide
- Added Progress table to README
- Main functionality is now provided through a pytest plugin rather than a fixture
- Updated README with pytest plugin usage
- Added Changelog