-
-
Notifications
You must be signed in to change notification settings - Fork 70
Update modeltester to latest Qt sources #238
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
Update modeltester to latest Qt sources #238
Conversation
|
I think I'll need some help with Qt 4 here. Looking at it, I don't think the type checks ever worked properly there, but our tests only tested wrong types and the I'm not really sure what the right way to make this work is. I think before 41b83ac the checks didn't make much sense at all, and c2403a0 seems to be needed for Python 2. But now I also see
or something? |
|
You are right that it seems previously nothing was tested properly. PyQt4 originally (the Well it is quite a pickle. I pushed some tweaks to that in de8702b, let's see how it fares. |
|
Oh, seems to look better now, thanks! Not sure if I should also add some more tests, but on the other hand I think the actual test coverage (i.e. "cases" of broken models we test) didn't really change much. |
|
I guess we can add the changelog entry later before the release. 👍 |
See #221
Last one for now 😉