Code review comment for lp:~ralsina/ubuntu-sso-client/fix_805405

Revision history for this message
Natalia Bidart (nataliabidart) wrote :

== Python Lint Notices ==

ubuntu_sso/qt/tests/test_windows.py:
    403: [C0111, FakeMessageBox.critical] Missing docstring
    406: [C0111, FakeView] Missing docstring
    409: [C0111, FakeView.wizard] Missing docstring
    429: [C0324, SetupAccountControllerTest2.test_on_user_registration_refresh_captcha] Comma not followed by a space
            self.controller.on_user_registration_error('TestApp',{})
                                                                ^^
    430: [C0324, SetupAccountControllerTest2.test_on_user_registration_refresh_captcha] Comma not followed by a space
            self.assertEqual(self._called,((),{}))
                                         ^^
    441: [E0102, SetupAccountControllerTest2.test_on_user_registration_all_only] method already defined line 432

review: Needs Fixing

« Back to merge proposal