Code review comment for lp:~sinzui/launchpad/prefill-homepageurl-0

Revision history for this message
Māris Fogels (mars) wrote :

Hi Curtis,

This looks like an excellent change, r=mars.

You may have an opportunity here to refactor the tests for readability. I found the assertEquals() statements hard to read - a custom method like assertInQueryURL() may be easier to read, and also reduce the dependence on the entire query data structure:

  self.assertInQueryURL('field.homepageurl', 'http://eg.dom/bonkers')

Maris

review: Approve

« Back to merge proposal