joseph-roitman / pytest-snapshot

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

Snapshots are always utf-8. Test unicode snapshots. #25

Closed joseph-roitman closed 3 years ago

joseph-roitman commented 3 years ago

Closes #24

codecov[bot] commented 3 years ago

Codecov Report

Merging #25 (d60201c) into master (5de9251) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #25   +/-   ##
=======================================
  Coverage   99.33%   99.33%           
=======================================
  Files           7        7           
  Lines         303      303           
  Branches       33       33           
=======================================
  Hits          301      301           
  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 5de9251...d60201c. Read the comment docs.