Clear-Bible / macula-greek

Syntax trees, morphology, and linguistic annotations for the Greek Bible
Other
23 stars 6 forks source link

Testing Framework #43

Closed themikejr closed 2 years ago

themikejr commented 2 years ago

This PR introduces a testing framework via python, pytest, and lxml. It can be used to prevent regressions and demonstrate correctness of new changes. There is some light documentation in DEVELOPMENT-GUIDE.md. Feedback welcome.