Skip to content
New issue

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

Allow testing against both Qt5 and Qt6 #178

Open
aplaice opened this issue Nov 10, 2022 · 0 comments
Open

Allow testing against both Qt5 and Qt6 #178

aplaice opened this issue Nov 10, 2022 · 0 comments
Labels
compatibility Compatibility with latest Anki testing

Comments

@aplaice
Copy link
Collaborator

aplaice commented Nov 10, 2022

In particular we want to:

  1. Test both the Qt5 and Qt6 generated python code. (If we're even testing the UI code, which I don't think we are.)
  2. Test against Qt5 Anki and Qt6 Anki. (Once we upgrade our Anki dev dependencies, which are sort-of used in testing.)

I think that we can achieve both (in our current mamba tests) by shadowing the Qt6 module (a bit like we currently mock Anki modules). There might also be more elegant solutions.

However, I believe it's low priority.

See: #173.

@aplaice aplaice added testing compatibility Compatibility with latest Anki labels Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility Compatibility with latest Anki testing
Projects
None yet
Development

No branches or pull requests

1 participant