firefly-cpp / sport-activities-features

A minimalistic toolbox for extracting features from sports activity files written in Python
MIT License
17 stars 11 forks source link

Added tests for UTF8 formatted Gpx files #121

Closed alenrajsp closed 1 year ago

alenrajsp commented 1 year ago

Added test to verify the issue raised with #83 . The tests are passing, because the solution provided in PR #120 suceeded. Added .idea folder to gitignore and dev holder for testing prior to commiting to the repo.