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

Create generic module for GuiTestAssistant and ModalDialogTester #926

Merged
merged 3 commits into from
Apr 9, 2021

Conversation

aaronayres35
Copy link
Contributor

closes #905

This PR creates modules for GuiTestAssistant and ModalDialogTester so that they can more easily be imported via
from pyface.util.{gui_test_assistant/modal_dialog_tester} import {GuiTestAssistant/ModalDialogTester}

It is still important to now check if the imported item is Unimplemented as these are both currently only supported for qt.

This PR also adds very simply tests to test importing the objects from the modules

Copy link
Contributor

@rahulporuri rahulporuri left a comment

Choose a reason for hiding this comment

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

LGTM

@aaronayres35 aaronayres35 merged commit 004d6ee into master Apr 9, 2021
@aaronayres35 aaronayres35 deleted the create-module-for-gui_test_assistant branch April 9, 2021 11:42
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.

Create pyface.util.gui_test_assistant
2 participants