Skip to content

lockable_resource fixture yields now Allocation object

Compare
Choose a tag to compare
@jupe jupe released this 23 Oct 07:09
· 11 commits to master since this release
79c00b3

What's Changed

  • yield Allocation context instead of resource info dictionary by @jupe in #22

This is potential breaking change! Allocation -object contains get -method that is backward compatible with previous yielded dict:get().

Full Changelog: v0.7.5...v0.8.0