joseph-roitman / pytest-snapshot

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

Add testing for unusual inputs. #34

Closed joseph-roitman closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #34 (9076fa1) into master (8e49694) will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
+ Coverage   99.38%   99.43%   +0.05%     
==========================================
  Files           7        7              
  Lines         326      357      +31     
  Branches       35       39       +4     
==========================================
+ Hits          324      355      +31     
  Misses          2        2              
Impacted Files Coverage Δ
pytest_snapshot/plugin.py 100.00% <100.00%> (ø)
tests/test_assert_match.py 100.00% <100.00%> (ø)
tests/test_assert_match_dir.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 8e49694...9076fa1. Read the comment docs.