ColinPitrat / kalenji-gps-watch-reader

A tool to import data from some Kalenji running watches
GNU General Public License v3.0
30 stars 11 forks source link

Output filename change depending on local time #80

Open ColinPitrat opened 4 years ago

ColinPitrat commented 4 years ago

I realized this while working on issue #79.

The default filename uses the session begin time to name the file, using local time. It means that the name of the file will depend on the locale.

This shouldn't be a big deal for users but this is problematic for tests. I suspect some tests are not comparing anything on Travis because the filename there are not the same as the ones committed in the results of the integrated tests.

ColinPitrat commented 4 years ago

Looking at a travis run, it does test everything:

Result = 100 % (55 OK - 0 KO)

Which is the same as a local run.