[issue19606] Use specific asserts in http.cookiejar tests

2013-11-17 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___

[issue19606] Use specific asserts in http.cookiejar tests

2013-11-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9444ee6864b3 by Serhiy Storchaka in branch '3.3': Issue #19606: Use specific asserts in http.cookiejar tests. http://hg.python.org/cpython/rev/9444ee6864b3 New changeset c1f2b3fc965d by Serhiy Storchaka in branch 'default': Issue #19606: Use specifi

[issue19606] Use specific asserts in http.cookiejar tests

2013-11-16 Thread Ezio Melotti
Ezio Melotti added the comment: LGTM (I left a comment on rietveld). -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-lis

[issue19606] Use specific asserts in http.cookiejar tests

2013-11-15 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: The proposed patch makes the http.cookiejar module tests use more specific asserts. This will provide more useful failure report. -- components: Tests files: test_http_cookiejar_asserts.patch keywords: patch messages: 202931 nosy: serhiy.storchaka p