Skip to content

Commit

Permalink
Adding cli option
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Sep 25, 2023
1 parent 7bc54cc commit 77e7d4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pytest_pyvista/pytest_pyvista.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ def pytest_addoption(parser):
default="image_cache_dir",
help="Path to the image cache folder.",
)
group.addoption(
"--reset_only_failed",
action="store_true",
help="Reset only the failed images in the PyVista cache.",
)


class VerifyImageCache:
Expand Down

0 comments on commit 77e7d4b

Please sign in to comment.