Code review comment for lp:~diegosarmentero/ubuntu-sso-client/tests-broken

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

Please remove all the dummies:

    @defer.inlineCallbacks
    def setUp(self):
        """Set up."""
        yield super(TermsAndConditionsTestCase, self).setUp()

    @defer.inlineCallbacks
    def tearDown(self):
        """Tear down."""
        yield super(TermsAndConditionsTestCase, self).tearDown()

there is no need for that.
Also, there is a lint issue.

review: Needs Fixing

« Back to merge proposal