summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* syntax changesKenneth Reitz2016-02-052-63/+39
* Added tests module.Dmitry Dygalo2016-02-055-0/+1753
* remove all old testsKenneth Reitz2012-12-179-1844/+0
* Merge pull request #1006 from passy/test-py3k-fixKenneth Reitz2012-12-151-1/+1
|\
| * Use range in favor of xrange for py3k compatibilityPascal Hartig2012-12-141-1/+1
* | logging handlersKenneth Reitz2012-12-141-22/+0
* | remove danger_mode testsKenneth Reitz2012-12-141-13/+0
* | remove safe_mode testsKenneth Reitz2012-12-141-70/+0
|/
* Added testcases for keep-alive handlingLászló Vaskó2012-12-022-0/+111
* Merge pull request #953 from heyman/fix_session_safe_modeKenneth Reitz2012-11-261-0/+13
|\
| * Fixed so that safe_mode works for SessionsJonatan Heyman2012-11-231-0/+13
* | Avoid using callable().Cory Benfield2012-11-241-1/+2
|/
* Make sure we reset environment variables.Cory Benfield2012-11-181-0/+21
* Respect the no_proxy environment variable.Cory Benfield2012-11-181-1/+25
* Fix a bug in _encode_params - it wasn't utf-8 encoding strings in values thatRussell Davis2012-11-031-0/+24
* Fix the smoke test in the face of UTF-16 surrogate pairs.Martijn Pieters2012-10-261-5/+24
* Better not call it `chr`, rename to `byteschr`.Martijn Pieters2012-10-251-2/+4
* Redefine the `unichr` and bytes-variant of `chr` at module level.Martijn Pieters2012-10-251-2/+5
* Correct a c&p mistake: set a correct docstring for the unit test class.Martijn Pieters2012-10-251-1/+1
* Use a JSON-specific encoding detection when no encoding has been specified.Martijn Pieters2012-10-251-0/+53
* Replace assert statements with unittest's self.assert*Radu Voicilas2012-10-182-40/+41
* Merge pull request #884 from everbird/developKenneth Reitz2012-10-171-5/+16
|\
| * For the uniformity :)Stephen Zhuang2012-10-091-10/+4
| * Support CJK parameters when post filesStephen Zhuang2012-10-081-0/+17
| * Only register callable items in listsIan Cordasco2012-10-011-0/+4
* | Making the code more PEP8 compliantRadu Voicilas2012-10-095-11/+19
* | Only register callable items in listsIan Cordasco2012-10-091-0/+4
|/
* Fix #785 & add regression test.Ian Cordasco2012-09-201-0/+34
* Fixed issue with empty proxies being passedEric Hansen2012-09-111-0/+27
* fix some tests to correctly cover the APIShivaram Lingamneni2012-09-061-4/+5
* permissive implementation of iter_contentShivaram Lingamneni2012-09-021-0/+18
* Merge pull request #805 from Lukasa/developKenneth Reitz2012-08-251-0/+10
|\
| * Add a failing test for Issue #378.Cory Benfield2012-08-221-0/+10
* | Removed Duplicate ImportRhys Elsmore2012-08-231-1/+0
|/
* Merge pull request #789 from zigmonty/http_digest_fixesKenneth Reitz2012-08-181-0/+5
|\
| * Extend digests test case to connect twice using the same auth and confirm the...Peter Montagner2012-08-181-0/+5
* | Merge pull request #791 from sigmavirus24/key_val_listsKenneth Reitz2012-08-181-8/+49
|\ \
| * | Revert "Some pyflakes fixes."Ian Cordasco2012-08-181-24/+11
| * | Fix python3 tests.Ian Cordasco2012-08-181-1/+1
| * | All tests pass, time for a PR.Ian Cordasco2012-08-181-2/+0
| * | Merge branch 'develop' into key_val_listsIan Cordasco2012-08-185-23/+107
| |\ \ | | |/
| * | Merge branch 'develop' into key_val_listsIan Cordasco2012-08-072-4/+30
| |\ \
| * \ \ Merge branch 'develop' into key_val_listsIan Cordasco2012-08-051-0/+7
| |\ \ \
| * | | | params now accepts a k/v list.Ian Cordasco2012-08-031-0/+5
| * | | | Better handling of invalid files.Ian Cordasco2012-08-021-0/+5
| * | | | Some pyflakes fixes.Ian Cordasco2012-08-021-11/+24
| * | | | Tests written for _encode_files new capability.Ian Cordasco2012-08-021-5/+38
* | | | | Typo fix in tests.Cory Benfield2012-08-181-1/+1
| |_|_|/ |/| | |
* | | | Whitespace fixes following PEP8.Locker5372012-08-165-22/+18
* | | | Test for throwing useful exception on bad label.Cory Benfield2012-08-131-0/+5