giellalt / lang-sma

Finite state and Constraint Grammar based analysers and proofing tools, and language resources for the Southern Sami language
https://giellalt.uit.no
GNU General Public License v3.0
2 stars 3 forks source link

Ease regression detection #21

Closed albbas closed 1 month ago

albbas commented 7 months ago

The principle is, PASS files always pass, FAIL files always fail.

When tests found in FAIL files pass, they are moved to the corresponding PASS file by the gramcheck-test.py script. This means that if a PASS file fails, we have a regression.

snomos commented 1 month ago

This PR is quite old. Does it still apply or should it be closed unmerged, @albbas ?

albbas commented 1 month ago

I'd like to merge it. Rebased this branch locally on main, there were no conflicts.