Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Coverage tweak
  • Loading branch information
adam-urbanczyk committed Feb 3, 2025
commit 5964805a03564ea4c950f02bfd02c61a9b5bdeaf
2 changes: 1 addition & 1 deletion tests/test_vis.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ def test_screenshot(wp, tmpdir, monkeypatch):
monkeypatch.setattr(vis, "vtkPNGWriter", FakePNGWriter)

with tmpdir:
show(wp, interact=False, screenshot="img.png")
show(wp, interact=False, screenshot="img.png", trihedron=False, gradient=False)