We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2690419 commit fed406aCopy full SHA for fed406a
Makefile
@@ -132,9 +132,9 @@ test_erlang: compile
132
133
test_elixir: test_kernel test_ex_unit test_doctest test_mix test_eex test_iex
134
135
-test_doctest: compile
+test_doc_test: compile
136
@ echo "==> doctest (exunit)"
137
- @ cd lib/elixir && ../../bin/elixir -r "test/doctest.exs";
+ @ cd lib/elixir && ../../bin/elixir -r "test/doc_test.exs";
138
139
test_kernel: compile
140
@ echo "==> kernel (exunit)"
lib/elixir/test/doctest.exs renamed to lib/elixir/test/doc_test.exs
@@ -16,7 +16,6 @@ defmodule KernelTest do
16
doctest Code
17
doctest Dict
18
doctest Enum
19
- doctest ExUnit.CaptureIO, import: true
20
doctest IO.ANSI
21
doctest Regex
22
doctest String
0 commit comments