Skip to content

v0.3.0

Choose a tag to compare

@yugokato yugokato released this 16 Oct 18:21
· 24 commits to main since this release
cad6bfb

New Features

  • Remove the restriction of id_func option in the @parametrize loader when lazy loading is enabled by @yugokato in #15
  • Add maker_func option to @parametrize and @parametrize_dir loaders by @yugokato in #16

Bug Fixes

  • Fix file loader cache logic to work in parallel testing by @yugokato in #13

Miscellaneous Changes

  • Remove automatic repr() on the id specified in @load by @yugokato in #11
  • Change to always validate provided loader function definition early during collection phase (As part of #16)

Full Changelog: v0.2.0...v0.3.0