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
This occured when I was smoke testing the minimum configuration before adding tests. Not fatal but it did give me a tiny spook if I misconfigured anything with this library.
The text was updated successfully, but these errors were encountered:
luc-tielen
pushed a commit
to luc-tielen/excheck
that referenced
this issue
Oct 6, 2017
Having just this test suite:
defmodule SansConfTest do
use ExUnit.Case
use ExCheck
# test "greets the world" do
# assert SansConf.hello() == :world
# end
end
Would cause:
** (EXIT from #PID<0.92.0>) exited in: GenServer.stop(#PID<0.262.0>, :normal, 30000)
** (EXIT) exited in: :sys.terminate(#PID<0.262.0>, :normal, :infinity)
** (EXIT) an exception was raised:
** (KeyError) key :test not found in: %{}
(excheck) lib/excheck/formatter.ex:65: ExCheck.Formatter.update_tests_counter/1
devstopfix
added a commit
to devstopfix/excheck
that referenced
this issue
Aug 7, 2019
Just a minor issue. When running
mix test
with no tests configured. The formatter has the error message:This occured when I was smoke testing the minimum configuration before adding tests. Not fatal but it did give me a tiny spook if I misconfigured anything with this library.
The text was updated successfully, but these errors were encountered: