Running ExUnit tests from iex shell

Did you mean ExUnit.run ? Unfortunately, it didn’t help.
There are currently 2 reasons as to why I want to do this:

  1. to be able to pass the results of the tests, for instance, show the tests running on a web page;
  2. to be able to debug the unit tests with tracing tools, like Rexbug/redbug etc.