joseph-roitman / pytest-snapshot

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

Bytes snapshots #30

Closed joseph-roitman closed 3 years ago

joseph-roitman commented 3 years ago

Adds support for snapshot testing bytes values.

This was described in #29.

codecov[bot] commented 3 years ago

Codecov Report

Merging #30 (c534d11) into master (d1cf35e) will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
+ Coverage   99.33%   99.37%   +0.03%     
==========================================
  Files           7        7              
  Lines         303      321      +18     
  Branches       33       35       +2     
==========================================
+ Hits          301      319      +18     
  Misses          2        2              
Impacted Files Coverage Δ
pytest_snapshot/plugin.py 100.00% <100.00%> (ø)
tests/test_assert_match.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 d1cf35e...c534d11. Read the comment docs.