obmarg / ex_unit_fixtures

A library for defining modular dependencies (fixtures) for ExUnit tests.
MIT License
13 stars 5 forks source link

Consider making `ExUnitFixtures.AutoImport` a default behaviour. #18

Closed obmarg closed 8 years ago

obmarg commented 8 years ago

Maybe use ExUnitFixtures should also use ExUnitFixtures.AutoImport automatically. This could be disabled via an option, but might be a better default (and save on documenting how to activate that feature)

obmarg commented 8 years ago

Kinda thinking I do want this to be the default. Can allow it to be disabled on a per-import (or global via config) basis.