Skip to content

Commit

Permalink
better test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTesla committed Aug 9, 2024
1 parent acc1c57 commit 5ecbd0e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_render.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,10 @@ def test_render_sphere():
assert stats["Max Z"] < 21
assert stats["Min Z"] < -19
assert stats["Min Z"] > -21
assert stats["Number of parts"] == 1
assert stats["Degenerate facets"] == 0
assert stats["Edges fixed"] == 0
assert stats["Facets removed"] == 0
assert stats["Facets added"] == 0
assert stats["Facets reversed"] == 0
assert stats["Backwards edges"] == 0

0 comments on commit 5ecbd0e

Please sign in to comment.