summaryrefslogtreecommitdiff
path: root/tests/test_cookies.py
Commit message (Expand)AuthorAgeFilesLines
* Change the None check from self.assertIsNone to python style None Check, as b...Arup Malakar2012-05-231-1/+1
* Issue #505: Changed the store_cookie configuration to be part of the config d...Arup Malakar2012-05-231-4/+6
* Wrote tests for new CookieJar functionality and made them pass.Josh Imhoff2012-05-211-0/+33
* fix test for 2.6's unittestKenneth Reitz2012-05-161-1/+1
* Issue #505: Allow disabling of cookie persistence/sendingArup Malakar2012-05-161-0/+21
* Tests for persistent and secure cookiesShivaram Lingamneni2012-05-031-0/+41
* remove fancy test assertions that are unavailable on 2.6Shivaram Lingamneni2012-05-021-7/+7
* fix and test for a bug dhagrow reportedShivaram Lingamneni2012-05-011-0/+5
* add a test for redirectionShivaram Lingamneni2012-05-011-0/+12
* Further changes to move cookies to CookieJarShivaram Lingamneni2012-05-011-0/+149