Enfiladex
**Wrapper for executing ExUnit as common_test **
Installation
def deps do
[
{:enfiladex, "~> 0.1"}
]
end
Usage
Add use Enfiladex to your test to convert it to common test suite.
Known issues
on_exit/2callbacks with captures makes test to fail compiling withuse Enfiladex(Code.with_diagnostics/2issue),Enfiladex.{peer/3, multi_peer_/3}fail from tests with an anonymous function,- Compiled
beamfiles are not yet removed.