Groups
Groups
Sign in
Groups
Groups
elixir-lang-core
Conversations
About
Send feedback
Help
ExUnit: Allow including/excluding subtags
20 views
Skip to first unread message
Айрат Бадыков
unread,
Oct 11, 2017, 4:23:54 PM
10/11/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to elixir-lang-core
For example,
defmodule Test do
@moduletag :outer
test "test1" do
end
@tag :inner
test "test2" do
end
end
I want to include test1 and skip test2. But running 'mix test --include outer --exclude inner' includes both tests.
I think, it's possible to consider precedence of --include/--exclude options or simply just run intercrossing tests.
Reply all
Reply to author
Forward
0 new messages