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

Add more tests #195

Merged
merged 19 commits into from
Feb 13, 2023
Merged

Add more tests #195

merged 19 commits into from
Feb 13, 2023

Conversation

bluebird75
Copy link
Collaborator

No description provided.

@bluebird75
Copy link
Collaborator Author

I reviewed all PR, issues and commit since the beginning of the projects. I tried to add tests for most things which were actually changed during this lifetime, with the exception of signals and enum which are handled by automation scripts.

The idea for me is to capture all user contributions into the test suite, which can serve as a basis for other pyqt-stubs projects.

@bluebird75
Copy link
Collaborator Author

Ready to be merged

PyQt5-stubs/QtWidgets.pyi Outdated Show resolved Hide resolved
PyQt5-stubs/QtWidgets.pyi Outdated Show resolved Hide resolved
tests/pyqtsignal.py Show resolved Hide resolved
tests/pyqtslot.py Show resolved Hide resolved
tests/pyqtslot.py Show resolved Hide resolved
tests/qtest.py Outdated Show resolved Hide resolved
connection = instance.signal.connect(instance.my_slot)
instance.signal.disconnect()
connection = instance.signal.connect(instance.my_slot)
instance.signal.disconnect(connection)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trailing EOL.

@bluebird75
Copy link
Collaborator Author

@altendky do you want to review the changes after your review ? I believe this is ready to be merged.

Copy link
Collaborator

@altendky altendky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the continued work on this.

@bluebird75 bluebird75 merged commit bd1c7e0 into python-qt-tools:master Feb 13, 2023
@bluebird75 bluebird75 deleted the add-more-tests branch February 13, 2023 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants