obmarg / ex_unit_fixtures

A library for defining modular dependencies (fixtures) for ExUnit tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module scoped fixtures created twice.

obmarg opened this issue · comments

When writing a sample application using ecto, I've created some module scoped fixtures and some test scoped fixtures. But, it appears from the test results that the module scoped fixtures are being run twice.

Need to figure out why this is and fix.