Code review comment for lp:~elopio/u1-test-utils/update_sso_pages1-tests2

Revision history for this message
Vincent Ladeuil (vila) wrote :

218 + def __exit__(self, exc_type, exc_val, exc_tb):
219 + shutil.rmtree(self.temp_directory)

That would be easier to find (and to think about) if it was closer to __enter__.

222 +class WrongSSOSiteTestCase(cases.SSTTestCase):

Nice simplifications in these tests !

review: Approve

« Back to merge proposal