tests.test_preferences PreferencesTests test_bw_throttling ... [OK] test_list_devices_fills_devices_list_with_fake_result_when_empty ... [OK] test_list_devices_shows_devices_list ... [OK] test_list_devices_shows_real_devices_list ... [OK] test_login_check ... [OK] test_no_overquota_notice_on_low_usage ... Traceback (most recent call last): File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/contrib/mocker.py", line 102, in test_method_wrapper result = test_method() File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/tests/test_preferences.py", line 232, in test_no_overquota_notice_on_low_usage dialog = self.u1prefs.UbuntuOneDialog(keyring=self.keyring) File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 474, in __init__ self.__construct() File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 759, in __construct self.update_quota_display(0, 2) File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 566, in update_quota_display self.plan_label.set_label(_("Payed") if is_payed_account else _("Free")) exceptions.AttributeError: 'UbuntuOneDialog' object has no attribute 'plan_label' [ERROR] Traceback (most recent call last): File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 521, in __got_state self.status_label.set_text(_("Synchronization complete")) exceptions.AttributeError: 'UbuntuOneDialog' object has no attribute 'status_label' [ERROR] test_overquota_notice_and_not_upgrade_offer_on_payed_high_usage ... Traceback (most recent call last): File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/contrib/mocker.py", line 102, in test_method_wrapper result = test_method() File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/tests/test_preferences.py", line 268, in test_overquota_notice_and_not_upgrade_offer_on_payed_high_usage dialog = self.u1prefs.UbuntuOneDialog(keyring=self.keyring) File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 474, in __init__ self.__construct() File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 759, in __construct self.update_quota_display(0, 2) File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 566, in update_quota_display self.plan_label.set_label(_("Payed") if is_payed_account else _("Free")) exceptions.AttributeError: 'UbuntuOneDialog' object has no attribute 'plan_label' [ERROR] Traceback (most recent call last): File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 521, in __got_state self.status_label.set_text(_("Synchronization complete")) exceptions.AttributeError: 'UbuntuOneDialog' object has no attribute 'status_label' [ERROR] test_overquota_notice_and_upgrade_offer_on_free_high_usage ... Traceback (most recent call last): File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/contrib/mocker.py", line 102, in test_method_wrapper result = test_method() File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/tests/test_preferences.py", line 248, in test_overquota_notice_and_upgrade_offer_on_free_high_usage dialog = self.u1prefs.UbuntuOneDialog(keyring=self.keyring) File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 474, in __init__ self.__construct() File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 759, in __construct self.update_quota_display(0, 2) File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 566, in update_quota_display self.plan_label.set_label(_("Payed") if is_payed_account else _("Free")) exceptions.AttributeError: 'UbuntuOneDialog' object has no attribute 'plan_label' [ERROR] Traceback (most recent call last): File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 521, in __got_state self.status_label.set_text(_("Synchronization complete")) exceptions.AttributeError: 'UbuntuOneDialog' object has no attribute 'status_label' [ERROR] test_overquota_warning_and_upgrade_offer_there_on_free_over_quota ... Traceback (most recent call last): File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/contrib/mocker.py", line 102, in test_method_wrapper result = test_method() File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/tests/test_preferences.py", line 289, in test_overquota_warning_and_upgrade_offer_there_on_free_over_quota dialog = self.u1prefs.UbuntuOneDialog(keyring=self.keyring) File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 474, in __init__ self.__construct() File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 759, in __construct self.update_quota_display(0, 2) File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 566, in update_quota_display self.plan_label.set_label(_("Payed") if is_payed_account else _("Free")) exceptions.AttributeError: 'UbuntuOneDialog' object has no attribute 'plan_label' [ERROR] Traceback (most recent call last): File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 521, in __got_state self.status_label.set_text(_("Synchronization complete")) exceptions.AttributeError: 'UbuntuOneDialog' object has no attribute 'status_label' [ERROR] test_overquota_warning_there_on_payed_over_quota ... Traceback (most recent call last): File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/contrib/mocker.py", line 102, in test_method_wrapper result = test_method() File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/tests/test_preferences.py", line 306, in test_overquota_warning_there_on_payed_over_quota dialog = self.u1prefs.UbuntuOneDialog(keyring=self.keyring) File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 474, in __init__ self.__construct() File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 759, in __construct self.update_quota_display(0, 2) File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 566, in update_quota_display self.plan_label.set_label(_("Payed") if is_payed_account else _("Free")) exceptions.AttributeError: 'UbuntuOneDialog' object has no attribute 'plan_label' [ERROR] Traceback (most recent call last): File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 521, in __got_state self.status_label.set_text(_("Synchronization complete")) exceptions.AttributeError: 'UbuntuOneDialog' object has no attribute 'status_label' [ERROR] test_quota_display ... Traceback (most recent call last): File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/contrib/mocker.py", line 102, in test_method_wrapper result = test_method() File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/tests/test_preferences.py", line 210, in test_quota_display dialog = self.u1prefs.UbuntuOneDialog(keyring=self.keyring) File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 474, in __init__ self.__construct() File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 759, in __construct self.update_quota_display(0, 2) File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 566, in update_quota_display self.plan_label.set_label(_("Payed") if is_payed_account else _("Free")) exceptions.AttributeError: 'UbuntuOneDialog' object has no attribute 'plan_label' [ERROR] Traceback (most recent call last): File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 521, in __got_state self.status_label.set_text(_("Synchronization complete")) exceptions.AttributeError: 'UbuntuOneDialog' object has no attribute 'status_label' [ERROR] test_request_account_info ... Traceback (most recent call last): File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/contrib/mocker.py", line 102, in test_method_wrapper result = test_method() File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/tests/test_preferences.py", line 322, in test_request_account_info dialog = self.u1prefs.UbuntuOneDialog(keyring=self.keyring) File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 474, in __init__ self.__construct() File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 759, in __construct self.update_quota_display(0, 2) File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 566, in update_quota_display self.plan_label.set_label(_("Payed") if is_payed_account else _("Free")) exceptions.AttributeError: 'UbuntuOneDialog' object has no attribute 'plan_label' [ERROR] Traceback (most recent call last): File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 521, in __got_state self.status_label.set_text(_("Synchronization complete")) exceptions.AttributeError: 'UbuntuOneDialog' object has no attribute 'status_label' [ERROR] test_request_quota_info ... Traceback (most recent call last): File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/contrib/mocker.py", line 102, in test_method_wrapper result = test_method() File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/tests/test_preferences.py", line 221, in test_request_quota_info dialog = self.u1prefs.UbuntuOneDialog(keyring=self.keyring) File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 474, in __init__ self.__construct() File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 759, in __construct self.update_quota_display(0, 2) File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 566, in update_quota_display self.plan_label.set_label(_("Payed") if is_payed_account else _("Free")) exceptions.AttributeError: 'UbuntuOneDialog' object has no attribute 'plan_label' [ERROR] Traceback (most recent call last): File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 521, in __got_state self.status_label.set_text(_("Synchronization complete")) exceptions.AttributeError: 'UbuntuOneDialog' object has no attribute 'status_label' [ERROR] test_toggle_bookmarks ... Traceback (most recent call last): File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/contrib/mocker.py", line 102, in test_method_wrapper result = test_method() File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/tests/test_preferences.py", line 347, in test_toggle_bookmarks dialog = self.u1prefs.UbuntuOneDialog(keyring=self.keyring) File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 474, in __init__ self.__construct() File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 759, in __construct self.update_quota_display(0, 2) File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 566, in update_quota_display self.plan_label.set_label(_("Payed") if is_payed_account else _("Free")) exceptions.AttributeError: 'UbuntuOneDialog' object has no attribute 'plan_label' [ERROR] Traceback (most recent call last): File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 521, in __got_state self.status_label.set_text(_("Synchronization complete")) exceptions.AttributeError: 'UbuntuOneDialog' object has no attribute 'status_label' [ERROR] test_toggle_contacts ... Traceback (most recent call last): File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/contrib/mocker.py", line 102, in test_method_wrapper result = test_method() File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/tests/test_preferences.py", line 364, in test_toggle_contacts dialog = self.u1prefs.UbuntuOneDialog(keyring=self.keyring) File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 474, in __init__ self.__construct() File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 759, in __construct self.update_quota_display(0, 2) File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 566, in update_quota_display self.plan_label.set_label(_("Payed") if is_payed_account else _("Free")) exceptions.AttributeError: 'UbuntuOneDialog' object has no attribute 'plan_label' [ERROR] Traceback (most recent call last): File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 521, in __got_state self.status_label.set_text(_("Synchronization complete")) exceptions.AttributeError: 'UbuntuOneDialog' object has no attribute 'status_label' [ERROR] test_toggle_files ... Traceback (most recent call last): File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/contrib/mocker.py", line 102, in test_method_wrapper result = test_method() File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/tests/test_preferences.py", line 377, in test_toggle_files dialog = self.u1prefs.UbuntuOneDialog(keyring=self.keyring) File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 474, in __init__ self.__construct() File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 759, in __construct self.update_quota_display(0, 2) File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 566, in update_quota_display self.plan_label.set_label(_("Payed") if is_payed_account else _("Free")) exceptions.AttributeError: 'UbuntuOneDialog' object has no attribute 'plan_label' [ERROR] Traceback (most recent call last): File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 521, in __got_state self.status_label.set_text(_("Synchronization complete")) exceptions.AttributeError: 'UbuntuOneDialog' object has no attribute 'status_label' [ERROR] test_toggle_files_and_music ... Traceback (most recent call last): File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/contrib/mocker.py", line 102, in test_method_wrapper result = test_method() File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/tests/test_preferences.py", line 389, in test_toggle_files_and_music dialog = self.u1prefs.UbuntuOneDialog(keyring=self.keyring) File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 474, in __init__ self.__construct() File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 759, in __construct self.update_quota_display(0, 2) File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 566, in update_quota_display self.plan_label.set_label(_("Payed") if is_payed_account else _("Free")) exceptions.AttributeError: 'UbuntuOneDialog' object has no attribute 'plan_label' [ERROR] Traceback (most recent call last): File "/home/facundo/canonical/u1-client/review_some-account-tab-fixes/bin/ubuntuone-preferences", line 521, in __got_state self.status_label.set_text(_("Synchronization complete")) exceptions.AttributeError: 'UbuntuOneDialog' object has no attribute 'status_label' [ERROR]