Skip to content

Latest commit

 

History

History
70 lines (39 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

70 lines (39 loc) · 1.44 KB

1.0.1 (unreleased)

  • Nothing changed yet.

1.0.0 (2021-04-20)

✨ Added

  • 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

✏️ Changed

  • s3.Bucket.should.contain() now accepts s3.Object as an alternative to a str key
  • Assertions now assert themselves rather than returning a bool
  • Added better AssertionError messages

0.0.13 (2021-04-10)

✏️ Changed

  • Awssert now works with moto decorators

📚 Documentation

  • README now shows moto decorator usage

0.0.7 (2021-04-07)

📚 Documentation

  • Added CONTRIBUTING guide

0.0.6 (2021-04-06)

📚 Documentation

  • Added Progress table to README

0.0.5 (2021-04-06)

✏️ Changed

  • Main functionality is now provided through a pytest plugin rather than a fixture

📚 Documentation

  • Updated README with pytest plugin usage

0.0.4 (2021-04-05)

✨ Added

  • Added Changelog