Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If you give no options to ExUnit runner, it sends an empty string as the pattern instead of just running mix test without any pattern #709

Closed
thewoolleyman opened this issue Jun 4, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@thewoolleyman
Copy link
Contributor

It's a bug that empty arguments aren't handled.

As a work-around, you could just make a fake flag, like --include not_a_tag.

See more details on this PR: #707 (comment)

@qd3v
Copy link

qd3v commented Jun 6, 2017

This work-around doesn't work for me either (v5.1.0), still empty quotes passed:

No file named

This does :)

defp deps do
  [{:mix_test_watch, "~> 0.3", only: :dev, runtime: false}]
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants