obmarg / ex_unit_fixtures

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

Check for clashes in ExUnitFixtures.FixtureModule.register_fixture. #12

Open obmarg opened 8 years ago

obmarg commented 8 years ago

When importing a number of unrelated fixture modules, it could be possible for 2 (or more) fixture modules to define a fixture of the same name. We probably want to detect this, and throw an error (or warn somehow).