[issue3788] test_cookie isn't comprehensive

2010-07-31 Thread Georg Brandl
Georg Brandl added the comment: Committed new tests together with extensive cleanup of http.cookies in r83361, coverage is now at 95%. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed ___ Python tracker

[issue3788] test_cookie isn't comprehensive

2009-02-22 Thread Noufal
Noufal added the comment: This patch contains some simple tests for Morsel. I will update it again to increase coverage. The changes to the Cookie tests assume that the patch in issue4860 has been applied. -- keywords: +patch nosy: +noufal Added file: http://bugs.python.org/file13154/t

[issue3788] test_cookie isn't comprehensive

2008-09-05 Thread Benjamin Peterson
New submission from Benjamin Peterson <[EMAIL PROTECTED]>: At the moment, test_cookie only tests SimpleCookie and not completely. It should test Morsel attributes and bad input better. -- components: Library (Lib), Tests keywords: easy messages: 72628 nosy: benjamin.peterson priority: no