Cover horizontal lines both increasing in x

This commit is contained in:
Andrew Murray 2021-03-21 01:25:17 +11:00
parent 006de79d60
commit a3dbee9f08

View File

@ -1354,6 +1354,7 @@ def test_compute_regular_polygon_vertices_input_error_handling(
def test_continuous_horizontal_edges_polygon():
xy = [
(2, 6),
(6, 6),
(12, 6),
(12, 12),
(8, 12),