brocksam / pyproprop

Write classes with lots of similar simple defensive properties without the boilerplate
MIT License
3 stars 1 forks source link

Expose format string functions directly to users (addressing issue #32) #33

Closed jackirvine97 closed 4 years ago

jackirvine97 commented 4 years ago

This pull request:

>>> from pyproprop import format_str_case

codecov[bot] commented 4 years ago

Codecov Report

Merging #33 into master will increase coverage by 0.2%. The diff coverage is 100.0%.

@@           Coverage Diff            @@
##           master     #33     +/-   ##
========================================
+ Coverage    93.0%   93.2%   +0.2%     
========================================
  Files           4       5      +1     
  Lines         317     328     +11     
  Branches       63      63             
========================================
+ Hits          295     306     +11     
  Misses         17      17             
  Partials        5       5             
jackirvine97 commented 4 years ago

Pytest-cases conda-forge issue: https://github.com/smarie/python-pytest-cases/issues/135