Closed ftes closed 2 months ago
Thanks for working on this.
Like I mentioned in #118, I think it makes sense for the default to be exact: true
in these cases.
When asking, "what would a user expect to be the default here?", I think the user would typically write the test with exact matches.
That's different from assertions, where I think we're typically trying to do an inexact match (which is why the default there is false)
I think it makes sense for the default to be exact: true in these cases.
Agreed, closing this
Add
exact
option tocheck/3
anduncheck/3
to allow (un-)checking by substring match.Related to #118.
To do
exact
option - currently as a user ofphoenix_test
I don't know what to expectexact
option forcheck/uncheck