DFKI-NLP / sherlock

State-of-the-art Information Extraction
3 stars 1 forks source link

(semi-)automatic tests for NER, binary RC and Pipeline. #35

Open GabrielKP opened 2 years ago

GabrielKP commented 2 years ago

It would be great and immensely helpful to have some sort of semi-automatic tests for Sherlock, so that before any changes are merged into a branch you could easily confirm that nothing is broken.

@leonhardhennig is it worth the effort? Or am I overlooking something?

GabrielKP commented 2 years ago

Yes I am overlooking something. There are pytest tests, but the pytest dependency is not included. I added it in the update-dependencies branch.

I am not sure to which extend the tests cover the code - would it make sense to expand the tests?