Skip to content

Conversation

@devonestes
Copy link
Contributor

One thing I've found myself wanting quite a lot when working on Elixir
is the ability to run single tests, or at least single test files,
easily with make test_stdlib or something. With this change this is
now possible - you can run make test_stdlib TEST_FILES=macro_test.exs
to just run that file, or make test_ex_unit TEST_FILES=ex_unit/formatter_test.exs.

One thing I've found myself wanting quite a lot when working on Elixir
is the ability to run single tests, or at least single test files,
easily with `make test_stdlib` or something. With this change this is
now possible - you can run `make test_stdlib TEST_FILES=macro_test.exs`
to just run that file, or
`make test_ex_unit TEST_FILE=ex_unit/formatter_test.exs`.
@josevalim josevalim merged commit 05be7aa into elixir-lang:master Dec 24, 2019
@josevalim
Copy link
Member

❤️ 💚 💙 💛 💜

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants