ex_unit_fixtures v0.4.0 Release Notes
Release Date: 2019-05-23 // almost 6 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.