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

dynamically import dateformatter subclasses #50

Closed rlskoeser closed 1 year ago

rlskoeser commented 1 year ago

Addresses #23 by adding a one-time method to import all local DateFormatter subclasses so they will be defined when available_subclasses is called.

codecov[bot] commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (develop@2044b84). Click here to learn what that means. The diff coverage is n/a.

@@            Coverage Diff             @@
##             develop      #50   +/-   ##
==========================================
  Coverage           ?   97.63%           
==========================================
  Files              ?        4           
  Lines              ?      127           
  Branches           ?        0           
==========================================
  Hits               ?      124           
  Misses             ?        3           
  Partials           ?        0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

rlskoeser commented 1 year ago

Ok, tox / setup.cfg stuff is resolved and checks are passing now. @ColeDCrawford or @jdamerow if one of you could review, I think we can merge (or I can address if you have questions/concerns)