-
Notifications
You must be signed in to change notification settings - Fork 141
Add option to allow empty date and date-time strings #444
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
Conversation
geemus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall, suggested a couple of fixes for the test names and a possible way to guard for backwards compatibility, let me know what you think. Thanks!
7e00fe9 to
347d57e
Compare
|
Hang on, I think we also need this in the response validator too. I'm looking into it, but I think we may need to patch |
Co-authored-by: Wesley Beary <geemus@gmail.com>
347d57e to
2dd5e69
Compare
|
Ok, I've tested this with ota42y/openapi_parser#183 and everything is working now. |
geemus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks!
|
@zzak thanks again for working through that. Is that everything you needed to change? Do we just need a committee release now? |
|
Thank you!! 🙇 |
|
Sounds good. Released v5.5.3 Just let me know if anything comes up. |
|
🎉 Everything is working, thanks again for all your help! |
|
Awesome, glad to hear it! |
Depends on ota42y/openapi_parser#182.
I wasn't sure how to version guard this, but the tests pass using my branch. But this won't work without a version of openapi_parser which includes that option.
I chose to test the validation error message, but there weren't other examples like this in the code base so maybe unnecessary (testing the parser, not the tool). More just me making sure things were lined up properly.