pyvista / pytest-pyvista

Plugin to test PyVista plot outputs
https://pytest.pyvista.org
MIT License
13 stars 5 forks source link

Adding custom error class #80

Closed germa89 closed 1 year ago

germa89 commented 1 year ago

As the title.

Close #79

germa89 commented 1 year ago

@pre-commit.ci autofix

codecov-commenter commented 1 year ago

Codecov Report

Merging #80 (14aca43) into main (0ad5b8c) will increase coverage by 2.25%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #80      +/-   ##
==========================================
+ Coverage   93.75%   96.00%   +2.25%     
==========================================
  Files           2        2              
  Lines          96      100       +4     
==========================================
+ Hits           90       96       +6     
+ Misses          6        4       -2     
Files Coverage Δ
pytest_pyvista/pytest_pyvista.py 95.91% <100.00%> (+2.30%) :arrow_up:
germa89 commented 1 year ago

I think I'm done with this!