kb0 / dart-gpx

Dart package for load, manipulate, and save GPS data in GPX format (a light-weight XML data format for the interchange of GPS data - waypoints, routes, and tracks).
Apache License 2.0
24 stars 27 forks source link

Add extensions to GPX Wpt (reading and writing) #1

Closed brvier closed 4 years ago

brvier commented 4 years ago

I add them to example too, but not in tests.

I m new to dart, what tool did you use to run tests ?

Regards,

kb0 commented 4 years ago

For testing you can use - pub run test test/all_test.dart --platform vm It's in CI/CD settings for .travis.yml - https://github.com/kb0/dart-gpx/blob/master/.travis.yml