joseph-roitman / pytest-snapshot

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

Refactor to might_be_valid_filename. #36

Closed joseph-roitman closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #36 (d74a8b4) into master (23581fa) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #36   +/-   ##
=======================================
  Coverage   99.43%   99.44%           
=======================================
  Files           7        7           
  Lines         357      361    +4     
  Branches       39       39           
=======================================
+ Hits          355      359    +4     
  Misses          2        2           
Impacted Files Coverage Δ
pytest_snapshot/plugin.py 100.00% <100.00%> (ø)
tests/test_misc.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 23581fa...d74a8b4. Read the comment docs.