Conversation
Ensure that tests that compare times around now use identical now.
|
Even though this change seems useful, it turned out not to fix my original issue: when |
Codecov ReportBase: 98.23% // Head: 95.01% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #542 +/- ##
==========================================
- Coverage 98.23% 95.01% -3.23%
==========================================
Files 232 302 +70
Lines 2604 2466 -138
==========================================
- Hits 2558 2343 -215
- Misses 46 123 +77
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
| @@ -1,3 +1,5 @@ | |||
| # -*- coding: utf-8 -*- | |||
| from __future__ import unicode_literals | |||
There was a problem hiding this comment.
Without Python 2 support this line is not needed.
Ensure that tests that compare times around now use identical now.
I was running the tests at midnight and noticed some failures.