We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
More tests would have prevented issues such as: #18
Just noticed that pytest-anki hasn't seen new commits for 3 years. Probably not in a healthy place to use.
Another concern is that the current code in the IR plugin is too tightly coupled with Anki and PyQt, making it extremely difficult to test.
We should first refactor the main logic into their own components and create unit tests for them.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: