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've noticed a small inconsistency in naming in cabal-testsuite. Could we make this change, using Contains universally as the opposite of DoesNotContain rather than DoesContain as the opposite?
- assertFileDoesContain :: MonadIO m => WithCallStack (FilePath -> String -> m ())+ assertFileContains :: MonadIO m => WithCallStack (FilePath -> String -> m ())
I've noticed a small inconsistency in naming in
cabal-testsuite
. Could we make this change, usingContains
universally as the opposite ofDoesNotContain
rather thanDoesContain
as the opposite?The
assert.*Contain[s]*
functions:Total hits, mostly uses:
The
assert.*Match.*
functions are consistently named, usingMatches
andDoesNotMatch
as suffix:The text was updated successfully, but these errors were encountered: