Skip to content

Commit

Permalink
Complete tests of examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Jul 19, 2023
1 parent fbf6b13 commit f50fddb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ def test_basic() -> None:
assert result is None


def test_polygons_with_holes_binary_operations() -> None:
result = GonExamples.PolygonsWithHolesBinaryOperations.RunExamples()

assert result is None


def test_polygons_without_holes_binary_operations() -> None:
result = GonExamples.PolygonsWithoutHolesBinaryOperations.RunExamples()

Expand Down

0 comments on commit f50fddb

Please sign in to comment.