Packages

A modular fixture system for ExUnit, inspired by py.test fixtures.

Current section

Files

Jump to
ex_unit_fixtures CHANGELOG.md
Raw

CHANGELOG.md

### v0.2.0 (1/1/16)
- Added module scoped fixtures that are created at the start of a test module
and teared down at the end.
- Added autouse fixtures that are added to every test automatically.
- Removed a bunch of stuff from the README in favour of pointing to hexdocs.pm
### v0.1.1 (26/12/15)
- Linter dependencies are now in the lint mix env, so not pulled into dependant
apps.
- Defined package details for hex.pm release.
### v0.1.0 (26/12/15)
- Initial release. Supports basic fixtures w/ dependencies in a single module.