()
| 14 | |
| 15 | |
| 16 | def create_polygons_test(): |
| 17 | ring = f2c.LinearRing(f2c.VectorPoint([f2c.Point(-10,0), f2c.Point(-10,20), \ |
| 18 | f2c.Point(10,20), f2c.Point(10,0), f2c.Point(-10,0)])); |
| 19 | return ring; |
| 20 | |
| 21 | def test_fields2cover_utils_GeometryOp_getDims(): |
| 22 | polys = [create_polygons_test()]; |
no test coverage detected