Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/fix string newlines #32

Merged
merged 2 commits into from
Apr 20, 2021
Merged

Conversation

joseph-roitman
Copy link
Owner

Fixes support for string snapshots containing newlines.

Fixes #31 .

@codecov
Copy link

codecov bot commented Apr 20, 2021

Codecov Report

Merging #32 (7e41ec4) into master (9b85511) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #32   +/-   ##
=======================================
  Coverage   99.37%   99.38%           
=======================================
  Files           7        7           
  Lines         321      326    +5     
  Branches       35       35           
=======================================
+ Hits          319      324    +5     
  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 9b85511...7e41ec4. Read the comment docs.

@joseph-roitman joseph-roitman merged commit 8e49694 into master Apr 20, 2021
@joseph-roitman joseph-roitman deleted the bugfix/fix-string-newlines branch April 20, 2021 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0.6.0 Breaking multi-line comparisons in Windows styled files
1 participant