pypi pytest-minio-mock 0.3.13
v0.3.13

latest releases: 0.4.19, 0.4.18, 0.4.17...
16 months ago

New Features

Bug Fixes

  • Fixed the default values of arguments in list_objects() (PR by @vanatteveldt)
  • Changed return type of list_buckets() to Bucket rather than str to conform with the `Minio behaviour (potentially a breaking change) (PR by @vanatteveldt)
  • Wrap self.object iteration in list_objects() in a list to allow modification during iteration. (PR by @vanatteveldt)

Breaking Changes

  • The return type of list_buckets has been changed to reflect the actual Minio behavior, this might break tests using list_buckets().

For Developers

  • Test coverage > 90%
  • Added missing definition for pytest.mark.FUNC to pytest.ini

Credits

Special thanks to @vanatteveldt for raising the issue and contributing code

Don't miss a new pytest-minio-mock release

NewReleases is sending notifications on new releases.