Code review comment for lp:~mwhudson/loggerhead/fix-empty-files-page

Revision history for this message
Martin Albisetti (beuno) wrote :

OMG, this has TESTS! :)

Just one small comment, there's some whitespace laying around in:

+....
+ def test_inventory(self):
+ app = self.setUpLoggerhead()
+ res = app.get('/files')
+ res.mustcontain('No revisions!')

review: Approve

« Back to merge proposal