79
79
self.assertIs(True, ui.PromptDialog.run.called)
80
80
self.assertIs(False, boolean_value)
84
MockMethod.bind(self, ui.InfoDialog, 'run', Gtk.ResponseType.CLOSE)
82
88
def test_get_password(self):
83
89
ui_factory = ui.GtkUIFactory()
84
90
MockMethod.bind(self, ui.PasswordDialog, 'run', Gtk.ResponseType.OK)