dh-tech / undate-python

A Python library for working with fuzzy, partial, or otherwise uncertain dates
Apache License 2.0
6 stars 1 forks source link

preliminary date comparison methods #65

Closed rlskoeser closed 2 months ago

rlskoeser commented 8 months ago

I'm sure there are cases I'm not handling or assumptions I'm making that don't always hold, so please point out any you can think of and then we can decide whether to fix as part of this PR or create separate issues for additional cases.

codecov[bot] commented 8 months ago

Codecov Report

Merging #65 (fcdd4c2) into develop (ab378da) will increase coverage by 0.27%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop      #65      +/-   ##
===========================================
+ Coverage    98.65%   98.92%   +0.27%     
===========================================
  Files            4        4              
  Lines          223      280      +57     
===========================================
+ Hits           220      277      +57     
  Misses           3        3              
Files Coverage Δ
tests/test_dateformat/test_base.py 100.00% <100.00%> (ø)
tests/test_undate.py 100.00% <100.00%> (ø)