You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I initially expected it to test all the mandatory conditions by default
The text was updated successfully, but these errors were encountered:
gdalle
changed the title
Interfaces.test(MyInterface{:optional_cond}) only checks the one conditionInterfaces.test(MyInterface{:optional_cond}) only checks optional_condOct 2, 2023
gdalle
changed the title
Interfaces.test(MyInterface{:optional_cond}) only checks optional_condInterfaces.test(MyInterface{:optional_cond}) only checks optional_cond?
Oct 2, 2023
I had the exact same thought when I read it the other day.
I guess it should always test them all? Maybe the thinking was to cut down test time, but it doesn't make sense to run the optional ones without the mandaory ones really
I initially expected it to test all the mandatory conditions by default
The text was updated successfully, but these errors were encountered: