You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add to test_helper.exs ExUnit.configure formatters: [ExUnit.CLIFormatter, ExUnitNotifier]
add to config/test.exs config :ex_unit_notifier, notifier: ExUnitNotifier.Notifiers.NotifySend neither it's working with default
mix test.watch
I'm using:
erlang 19.3
elixir 1.3
and got this
11:55:00.139 [error] GenEvent handler ExUnitNotifier installed in #PID<0.1123.0> terminating
** (UndefinedFunctionError) function ExUnitNotifier.handle_event/2 is undefined or private. Did you mean one of:
* handle_cast/2
* handle_info/2
The text was updated successfully, but these errors were encountered:
Today I just installed
{:ex_unit_notifier, "~> 0.1", only: :test}
ExUnit.configure formatters: [ExUnit.CLIFormatter, ExUnitNotifier]
config :ex_unit_notifier, notifier: ExUnitNotifier.Notifiers.NotifySend
neither it's working with defaultI'm using:
and got this
The text was updated successfully, but these errors were encountered: