joseph-roitman / pytest-snapshot

A plugin for snapshot testing with pytest.
MIT License
114 stars 12 forks source link

Remove dependency on packaging. #40

Closed joseph-roitman closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #40 (e108b76) into master (08a9c4a) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
+ Coverage   99.48%   99.51%   +0.02%     
==========================================
  Files           8        8              
  Lines         389      411      +22     
  Branches       41       43       +2     
==========================================
+ Hits          387      409      +22     
  Misses          2        2              
Impacted Files Coverage Δ
pytest_snapshot/plugin.py 100.00% <100.00%> (ø)
tests/test_misc.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 08a9c4a...e108b76. Read the comment docs.