Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate all items in a collection rather than stopping at the first validation failure. #69

Closed
wants to merge 2 commits into from

Conversation

tknarr-starbucks
Copy link

@tknarr-starbucks tknarr-starbucks commented Nov 26, 2024

What the title says. Test cases are included to verify it's working correctly. Test cases for dictionary collections were added because they weren't there originally and I'm paranoid.

fix #68

@DamianEdwards
Copy link
Owner

Seems there are some existing tests that verify the current behavior that this change breaks.

@tknarr-starbucks
Copy link
Author

So I see. I ran all the tests locally, I'll check the output and see what ones I missed and make sure they pass correctly.

@tknarr-starbucks
Copy link
Author

Not correct yet. May need different approach and flags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validating all items in a collection rather than stopping at the first failure.
2 participants