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 pyface.util.gui_test_assistant #905

Closed
rahulporuri opened this issue Mar 19, 2021 · 1 comment · Fixed by #926
Closed

Create pyface.util.gui_test_assistant #905

rahulporuri opened this issue Mar 19, 2021 · 1 comment · Fixed by #926

Comments

@rahulporuri
Copy link
Contributor

At the moment, the GuiTestAssistant is only available with the Qt backend at https://github.com/enthought/pyface/blob/65813858730a61f25618e98669bcc5347d44935a/pyface/ui/qt4/util/gui_test_assistant.py - but there is no generic module which users can import the GuiTestAssistant object from.

It'd be useful to create a new pyface.util.gui_test_assistant module which imports the actual GuiTestAssistant from the relevant toolkit and exposes it for convenience.

@aaronayres35
Copy link
Contributor

I believe the same can be said for ModalDialogTester. It should probably get exposed in a generic module as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants