Code review comment for lp:~leonardr/launchpad/accept-oauth-signatures

Revision history for this message
Curtis Hovey (sinzui) wrote :

This as a fun read. I suggest you use
   >>> user = factory.makePerson(name='test-user')
instead of sample data to work with the user. You can also create an email address with the email= arg. You can also use
login_person(user)

review: Approve

« Back to merge proposal