Testing initialization of a CoordTransform.
(self)
| 315 | self.assertEqual(srs[key], exp) |
| 316 | |
| 317 | def test12_coordtransform(self): |
| 318 | "Testing initialization of a CoordTransform." |
| 319 | target = SpatialReference("WGS84") |
| 320 | CoordTransform(SpatialReference(srlist[0].wkt), target) |
| 321 | |
| 322 | def test13_attr_value(self): |
| 323 | "Testing the attr_value() method." |
nothing calls this directly
no test coverage detected