I\'m trying to launch IEx.pry within a test. However I cannot get to run the tests within an iex session. Note that I\'m not using mix.
IEx.pry
ExUnit.start
alias ExUnit.Assertions require Assertions Assertions.assert 1==1 true