callumrollo / glidertest

Diagnostic test of glider data quality and required processing
MIT License
0 stars 3 forks source link

Making automated tests #16

Closed callumrollo closed 1 day ago

callumrollo commented 2 days ago

@MOchiara this PR adds automated tests that will run on each new PR. Have a look at the individual pieces that come together to make it work

callumrollo commented 2 days ago

You can see how the tests have already triggered. Learning points:

callumrollo commented 2 days ago

notice how it fails for python version 3.8. Can you work out why?

callumrollo commented 2 days ago

Try checking out the details of the failed tests

callumrollo commented 2 days ago

note how the tests trigger again after I made a new commit and pushed it

MOchiara commented 1 day ago

This looks faster than mine...

callumrollo commented 1 day ago

hmmm, what's the difference between the two?