ex_unit_fixtures v0.4.0 Release Notes

Release Date: 2019-05-23 // almost 5 years ago
    • ๐Ÿ”„ Changed the API for defining fixtures to use @fixture instead of @tag
    • โž• Added support for tuples of fixtures

Previous changes from v0.3.1

    • ๐Ÿ“š Hid some documentation on the internals of the library from the public API docs.
    • โœ… Module scoped dependencies can no longer depend on test scoped dependencies.
    • ๐Ÿ›  Fixed an issue where fixtures were marked as "function" scoped by default, rather than the "test" scoped expected in most places and stated in the docs.
    • ๐Ÿ›  Fixed an issue where module scoped fixtures would be created on module start, but then also created whenever a test depended on them.