obmarg / ex_unit_fixtures

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

Look into whether fixtures could/would be used in doctests. #21

Open obmarg opened 8 years ago

obmarg commented 8 years ago

Doctests in particular are a place where you don't want to have a ton of setup code. Not sure if/how it could work, but might be worth looking into whether ExUnitFixtures would be suitable for doctests.