This repository has been archived by the owner on May 21, 2023. It is now read-only.
forked from parroty/excheck
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: error when no tests [Closes parroty#43]
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
- Loading branch information
Showing
4 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters