lmaurits / BEASTling

A linguistics-focussed command line tool for generating BEAST XML files.
BSD 2-Clause "Simplified" License
20 stars 6 forks source link

Beastrun test IDs are messed up #217

Open Anaphory opened 5 years ago

Anaphory commented 5 years ago

The failing test in https://travis-ci.org/lmaurits/BEASTling/jobs/455043727#L551 cannot actually be the one stated there (BeastRun with admin mk monophyletic geo geo_prior), because none of those configuration files accesses the file that gives the error message:

ValueError: tests/data/cldf.csv is missing required columns {'Form'}
Anaphory commented 5 years ago

It is not, it's actually

(Pdb) config_files
('admin', 'cldf1_wordlist_external_codes')

Did we not fix exactly this same issue once before?

lmaurits commented 5 years ago

I'm hoping the recent switch to Pytest has killed this issue once and for all...