summaryrefslogtreecommitdiff
path: root/tests/test_encoding.py
Commit message (Expand)AuthorAgeFilesLines
* Added black and isort (#1734)Anas2021-11-301-36/+45
* Remove support for end-of-life Python 2.7 (#1318)Jon Dufresne2020-08-061-18/+13
* Support memoryview encoding/decoding as a no-opCody-G2020-02-241-1/+46
* Pass encoding_errors setting to hiredis (>=1.0.0) (#1162)Brian Candler2019-05-291-0/+14
* remove Token class in favor of bytestringremove_tokenAndy McCurdy2019-05-281-1/+1
* only accept bytes, strings, ints, longs and floats as user inputAndy McCurdy2018-11-141-7/+21
* Use unicode literals throughout projectJon Dufresne2018-11-031-4/+5
* Remove from __future__ import with_statementJon Dufresne2018-11-031-1/+0
* avoid calling pytest fixtures directly since that's frowned uponAndy McCurdy2018-10-311-3/+4
* Fix warning during testJon Dufresne2017-01-281-1/+1
* fix: Connection.encode complains when value is an object having unicode chara...Eric Du2015-05-041-0/+7
* string literals no longer get encoded before being send to RedisAndy McCurdy2014-05-121-0/+9
* with tox/travis, tests don't need to know about the environmentAndy McCurdy2014-01-281-14/+4
* encoding fixandy2013-06-071-1/+1
* encoding testsandy2013-06-061-0/+34