tvhong / incremental-reading

Anki add-on providing incremental reading features
https://ankiweb.net/shared/info/935264945
ISC License
33 stars 7 forks source link

Investigate adding more automated tests #17

Open tvhong opened 1 year ago

tvhong commented 1 year ago

The automated tests available for this add-on is quite minimal. We want to add more automated tests to prevent regressions.

Let's use this issue to start the investigation.

Acceptance Criteria:

tvhong commented 1 year ago

I saw this this pytest-anki by glutanimate in https://github.com/artyompetrov/AutoDefine_oxfordlearnersdictionaries/blob/master/tests/tests.py .

We might be able to use it. But beware that there might be some problems running pytest-anki on MacOS.

tvhong commented 1 year ago

More tests would have prevented issues such as: https://github.com/tvhong/incremental-reading/issues/18