obmarg / ex_unit_fixtures

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Control what paths/files are auto_loaded.

obmarg opened this issue · comments

At the moment we automatically load any fixtures.exs file in the test.exs directory.

Would be nice to allow this path to be configured (possibly by setting auto_load to a non-boolean).