Packages

Factories for elixir to help create data models at random, this works for any type of ecto structs

Current section

Files

Jump to
factory_ex CHANGELOG.md
Raw

CHANGELOG.md

# 0.2.0
- Add mix factory generator command
- Add `keys` to `FactoryEx.build_params` with `:string` and `:camel_case` opts
- Add `FactoryEx.build_many_params`
# 0.1.0
- Initial Release