mortii / anki-morphs

A MorphMan fork rebuilt from the ground up with a focus on simplicity, performance, and a codebase with minimal technical debt.
https://mortii.github.io/anki-morphs/
Mozilla Public License 2.0
47 stars 6 forks source link

Improve test coverage #214

Closed mortii closed 2 months ago

mortii commented 3 months ago

Currently the tests now use a monolithic collection of cards which is good in one sense that it might catch unnexpected edge cases, but it does not lend itself for engineering edge cases. This results in tests not being generated for bugs that are found, so we need a different approach, probably just adding a bunch of smaller engineered collections that contain the edge cases we are trying to test for.

Todo:

Vilhelm-Ian commented 3 months ago

how could I help with this

mortii commented 3 months ago

@Vilhelm-Ian no need, I'm like 90% done already.

Have you made any progress on the lemma stuff in #191?

Vilhelm-Ian commented 3 months ago

no. I will take a look at it tomorrow.

github-actions[bot] commented 2 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.