Code review comment for lp:~diegosarmentero/ubuntuone-windows-installer/network-detect

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

I'm getting all these lint issues:

== Python Lint Notices ==

ubuntuone_installer/gui/qt/tests/__init__.py:
    224: [C0111, FakeWizardButtonStyle.next] Missing docstring

ubuntuone_installer/gui/qt/tests/test_network_detection.py:
    40: [C0111, NetworkDetectionTestCase._get_wizard] Missing docstring
    46: [W0212, NetworkDetectionTestCase.test_initialize_page] Access to a protected member _next_id of a client class
    61: [W0212, NetworkDetectionTestCase.test_try_again_with_connection] Access to a protected member _next_id of a client class
    72: [W0212, NetworkDetectionTestCase.test_try_again_without_connection] Access to a protected member _next_id of a client class

review: Needs Fixing

« Back to merge proposal