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
test_helper files still need to be required upfront
Since they have to be required upfront, it makes no sense to have
a Code.require_file("test_helper.exs", __DIR__) in Mix projects
since the files can't run in isolation anyway.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
*[Kernel] Functions now points to the module and function they were defined when inspected
11
11
*[Kernel] A documentation attached to a function that is never defined now prints warnings
12
12
*[List] Add `List.keysort/2`
13
-
*[Mix]`:test_helper` project configuration did not affect `mix test` and was therefore removed
13
+
*[Mix]`:test_helper` project configuration did not affect `mix test` and was therefore removed. A `test/test_helper.exs` file is still necessary albeit it doesn't need to be automatically required in each test file
14
14
*[Mix] Add manifests for yecc, leex and Erlang compilers, making it easier to detect dependencies in between compilers and providing a more useful clean behaviour
15
15
*[Mix]`mix help` now outputs information about the default mix task
16
16
*[Mix] Add `--no-deps-check` option to `mix run`, `mix compile` and friends to not check dependency status
0 commit comments