291
291
ui_factory.show_error('test')
292
292
self.assertIs(True, ui.ErrorDialog.run.called)
296
MockMethod.bind(self, ui.WarningDialog, 'run', Gtk.ResponseType.CLOSE)
304
MockMethod.bind(self, ui.WarningDialog, 'run', Gtk.ResponseType.CLOSE)
294
309
def test_get_password(self):
295
310
ui_factory = ui.GtkUIFactory()
296
311
MockMethod.bind(self, ui.PasswordDialog, 'run', Gtk.ResponseType.OK)