274
285
ui_factory.show_warning('test')
275
286
self.assertIs(True, ui.WarningDialog.run.called)
290
MockMethod.bind(self, ui.ErrorDialog, 'run', Gtk.ResponseType.CLOSE)
277
294
def test_get_password(self):
278
295
ui_factory = ui.GtkUIFactory()
279
296
MockMethod.bind(self, ui.PasswordDialog, 'run', Gtk.ResponseType.OK)