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

Revision history for this message
Diego Sarmentero (diegosarmentero) wrote :

> Nice use of functools.partial
>
> The only change I would suggest is fairly minor: Your test conditions are
> always assertTrue(x in y). You could instead do assertIn(x, y).

Thanks for the suggestion Brian, done!

« Back to merge proposal