earthlab / matplotcheck

A python package for checking and testing matplotlib plots. We use this for autograding student assignments but there are many other potential use cases including package testing (for packages with plots)!
https://matplotcheck.readthedocs.io
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Add conftest.py for pytest fixtures #43

Closed kysolvik closed 5 years ago

kysolvik commented 5 years ago

Added a conftest.py to organize and centralize fixtures (issue #35)

codecov[bot] commented 5 years ago

Codecov Report

Merging #43 into master will increase coverage by 1.09%. The diff coverage is 83.07%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
+ Coverage   13.73%   14.82%   +1.09%     
==========================================
  Files           8        9       +1     
  Lines         801      823      +22     
==========================================
+ Hits          110      122      +12     
- Misses        691      701      +10
Impacted Files Coverage Δ
matplotcheck/tests/test_base.py 100% <100%> (+1.96%) :arrow_up:
matplotcheck/tests/conftest.py 77.55% <77.55%> (ø)

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 d413eed...c10032a. Read the comment docs.