joseph-roitman / pytest-snapshot

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

Improve invalid snapshot name recognition. #43

Closed joseph-roitman closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #43 (cc5f959) into master (72f5dc7) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #43   +/-   ##
=======================================
  Coverage   99.51%   99.51%           
=======================================
  Files           7        7           
  Lines         409      410    +1     
  Branches       46       47    +1     
=======================================
+ Hits          407      408    +1     
  Misses          2        2           
Impacted Files Coverage Δ
tests/test_assert_match_dir.py 100.00% <ø> (ø)
tests/test_misc.py 100.00% <ø> (ø)
pytest_snapshot/plugin.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 72f5dc7...cc5f959. Read the comment docs.