summaryrefslogtreecommitdiff
path: root/tests/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* syntax changesKenneth Reitz2016-02-051-23/+12
* Added tests module.Dmitry Dygalo2016-02-051-0/+242
* remove all old testsKenneth Reitz2012-12-171-122/+0
* 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 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