eurec4a / eurec4a-intake

Intake catalogue for EUREC4A field campaign datasets
17 stars 19 forks source link

run tests only for catalog files which have been modified by the change #86

Closed d70-t closed 2 years ago

d70-t commented 2 years ago

This PR marks test cases which are based on files with changes as compared to master as modified_on_branch. That way, it's possible to run only those tests which are relevant for the current PR by running:

pytest -m modified_on_branch

this will save us from the many false-positive CI errors we are currently encountering.

The PR also does weekly checks of the entire catalog such that we'll still be informed if some dataset vanishes.