Skip to content

Commit

Permalink
add test exit
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Mar 25, 2024
1 parent 9ac25bc commit 98d7ed6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ def test_viewer(self):
assert len(png) > 0

def test_methods(self):
if not g.include_rendering:
return
# set a GL config that fixes a depth buffer issue in xvfb
# this should raise an exception if pyglet can't get a library
from pyglet import gl
Expand Down

0 comments on commit 98d7ed6

Please sign in to comment.