mapbox / vector-tile-cs

Parses vector tiles with C#.
BSD 3-Clause "New" or "Revised" License
57 stars 37 forks source link

Unit tests #6

Closed springmeyer closed 7 years ago

springmeyer commented 7 years ago

Building on #4 - I think a top priority should be writing unit tests.

wilhelmberg commented 7 years ago

First iteration of tests: https://github.com/mapbox/vector-tile-cs/tree/master/src/VectorTiles.Tests

wilhelmberg commented 7 years ago

Unit tests are working.