obmarg / ex_unit_fixtures

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

Module scoped fixtures can depend on test scoped fixtures. #28

Closed obmarg closed 8 years ago

obmarg commented 8 years ago

The validate_dep function: https://github.com/obmarg/ex_unit_fixtures/blob/master/lib/ex_unit_fixtures/imp/preprocessing.ex#L121-L131 is meant to check for and stop this from happening, but does not appear to be functioning properly.