exavier
exavier copied to clipboard
Elixir mutation testing library
`Exavier` does not infer correctly some modules with dots in their names. The error message: ``` MIX_ENV=test mix exavier.test 13:50:30.016 [error] Could not find module Elixir.ExavierCheck.Main inferred from test file...
When I try running `mix exavier.test`, it terminates with an error like this (with a different module named each time): ``` [error] Task #PID started from Exavier.Server terminating ** (RuntimeError)...
Hi! Whenever I run `MIX_ENV=test mix exavier.test`, this is the output: ``` ..21:47:16.995 [error] GenServer #PID terminating ** (stop) killed Last message: {:EXIT, #PID, :killed} 21:47:16.995 [error] GenServer #PID terminating...
More context on this original post over at [ElixirForum.com](https://elixirforum.com/t/exavier-mutation-testing-library-for-elixir/24157/3) where I first explained it. Right now I’m not running each `test ... do` individually but instead I’m running the whole...