ios icon indicating copy to clipboard operation
ios copied to clipboard

Improve Pelias parsing tests layer

Open msmollin opened this issue 8 years ago • 1 comments
trafficstars

We currently have a spartan parsing layer in the https://github.com/mapzen/ios/blob/master/src/PeliasMapkitExtensions.swift#L123

It's functional but I think we could improve upon it, especially in the testing layer. Given Swift 4 recently merged in support for multi-line String support, it should make JSON strings far easier to work with for building mock JSON fixtures in the future. But for now we could add some better tests just in general.

msmollin avatar Apr 21 '17 17:04 msmollin

https://github.com/pelias/pelias-ios-sdk/issues/78

msmollin avatar Jun 14 '17 15:06 msmollin