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

Make datetime parsing as robust as possible #10

Merged
merged 1 commit into from
May 31, 2019

Conversation

aaron-junot
Copy link
Contributor

This adds some tests to verify that the datetime parser can handle any datetime string thrown at it, and uses the most basic datetime parsing function to ensure it can handle any datetime format that is well-formed. This way, if the API changes the datetime string format it uses, we know it won't break the client.

@aaron-junot aaron-junot requested a review from bhelx May 31, 2019 17:37
Copy link
Contributor

@bhelx bhelx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work! 👍

@bhelx bhelx merged commit 6cee734 into 3_0_0_beta May 31, 2019
@bhelx bhelx deleted the fix-datetime-parsing branch May 31, 2019 18:53
@joannasese joannasese added the V3 v2019-10-10 Client label Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V3 v2019-10-10 Client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants