randycoulman / mix_test_interactive

Interactive watch mode for Elixir's mix test. https://hexdocs.pm/mix_test_interactive/
MIT License
91 stars 12 forks source link

✨ Show failure message when no tests match #26

Closed randycoulman closed 3 years ago

randycoulman commented 3 years ago

When no tests match a given pattern, we would instead run all tests.

Now, we show a message indicating that no tests were found.