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
It would be great to test individual validation methods, in addition to (or possibly just in place of) doing a full validation. This came up when looking at the code that validates strict relationships. I'd like to avoid having tests that "succeed" but are passing a different validation check than what we expected. The checks are already pretty isolated in that they can mostly be called directly with instance data (and don't need ValidationOptions or the like).
The text was updated successfully, but these errors were encountered:
From @gtback:
The text was updated successfully, but these errors were encountered: