obmarg / ex_unit_fixtures

A library for defining modular dependencies (fixtures) for ExUnit tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-think API for newer Elixirs

obmarg opened this issue · comments

Elixir 1.3 (introduced some changes([https://github.com/elixir-lang/elixir/blob/master/CHANGELOG.md} to ExUnit that could affect ex_unit_fixtures:

  • Tests can now be grouped into "bundles" with their own setups.
  • You can now provide a list of named setups that map to functions in the overall module.

Need to have a think about how this could affect ExUnitFixtures. It might make it pointless? It definitely seems like it could cause me to re-think the API somewhat. Need to think about it.

#48 starts using some of the new api

maybe also update the title for elixir 1.8?