obmarg / ex_unit_fixtures

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

Add session scoped fixtures. (Fixes #15) #39

Closed obmarg closed 8 years ago

obmarg commented 8 years ago

These are fixtures that can be shared across an entire test session. Similar to module scoped fixtures but a wider scope. These do not currently support teardown.