def enaml_qtbot(qt_app, qtbot): qtbot.enaml_app = qt_app with close_all_windows(qtbot), close_all_popups(qtbot): yield qtbot