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
Description
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)