arrow-py / arrow

๐Ÿน Better dates & times for Python
https://arrow.readthedocs.io
Apache License 2.0
8.71k stars 673 forks source link

Add case normalization to day of week parsing #852

Closed jadchaar closed 4 years ago

jadchaar commented 4 years ago

Pull Request Checklist

Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all appropriate boxes:

If you have any questions about your code changes or any of the points above, please submit your questions along with the pull request and we will try our best to help!

Description of Changes

Fixed a case sensitivity issue reported in #851, and added missing asserts! Closes: https://github.com/arrow-py/arrow/issues/851

codecov[bot] commented 4 years ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (e22c531) to head (f8041ce). Report is 184 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #852 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 9 9 Lines 1797 1799 +2 Branches 308 310 +2 ========================================= + Hits 1797 1799 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.