summaryrefslogtreecommitdiff
path: root/pymemcache/test/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Apply black formattingJoe Gordon2021-12-031-11/+13
* Remove six dependency and run pyupgradeJoe Gordon2021-07-201-9/+5
* Add prepend and append support to MockMemcacheClient (#261)Joe Gordon2019-12-171-0/+10
* Handle unicode key values in MockMemcacheClient correctlyJoe Gordon2019-03-191-0/+9
* Fix flake8 issuesJoe Gordon2017-11-271-4/+4
* Have MockMemcacheClient support non-ascii strings (#169)Edward Lim2017-11-191-0/+33
* flake8 the testsJohn Anderson2015-06-201-0/+5
* Move to use pytest instead of noseJohn Anderson2015-06-191-13/+12
* Port to Python 3.3Julien Danjou2014-03-101-20/+26
* Run the core unit tests on the mock object as well.Julian Berman2013-09-091-0/+10
* Add a basic mock client.Julian Berman2013-09-021-0/+43