Skip to content

1.6.0 - improved `@saved_fixture` + minor dependency change

Choose a tag to compare

@smarie smarie released this 27 Feb 16:54
· 141 commits to main since this release

Users can now use @saved_fixture to save not only the fixture, but also some views created from it. This is interesting if each fixture is huge but users just want to save small aspects of it (name, size, etc.). Fixed #21.

Dependency to decorator has been dropped and replaced with makefun.

See documentation page for details.