phoible / dev

PHOIBLE data and development.
https://phoible.org/
GNU General Public License v3.0
115 stars 30 forks source link

Better test reporting #367

Closed drammock closed 1 year ago

drammock commented 1 year ago

@bambooforest I'm going to self-merge this one because it only changes our testing (doesn't touch the data)

drammock commented 1 year ago

@bambooforest FYI this is what this PR does for us: https://github.com/phoible/dev/actions/runs/4715534058/jobs/8362585633?pr=367#step:5:31

which can be done locally via Rscript -e "testthat::test_dir('./tests')" from the repo root. NB: tests require dplyr 1.1.1 or higher