summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Removed unnecessary six usage in testsTim Graham2017-11-141-2/+1
* Fix #79, #80 -- Fix storing non-ASCII values on Python 2 and binary values on...Nicolas NoƩ2017-11-141-0/+28
* Fix crash on Python 3 in touch() loggingMatt Davis2017-11-141-1/+13
* Capture and verify logging in testsTim Graham2017-11-144-7/+56
* #112 Cleaning up flake8 alertsSean Reifschneider2016-12-172-3/+3
* Remove unused _has_unicode/_str_cls varsTim Graham2016-12-161-11/+0
* Changing assertIs from last patch to assertTrue.Sean Reifschneider2015-08-021-1/+1
* Fixing tests for PEP8.Sean Reifschneider2015-08-021-2/+0
* Adding unittest backport to 2.6.Sean Reifschneider2015-08-021-1/+1
* Merge branch 'py3' of ssh://github.com/haypo/python-memcached into haypo-py3Sean Reifschneider2015-08-022-80/+65
|\
| * More Python 3 fixesVictor Stinner2015-07-272-78/+61
* | Test for set/get boolean values.Nicholas Serra2015-07-311-0/+3
|/
* Port memcache to Python 3Victor Stinner2015-04-232-3/+5
* Copy memcache.py tests into a proper test case.Jeremy Thurgood2014-10-141-0/+196
* pep8: E265 block comment should start with '# 'Marc Abramowitz2014-06-091-1/+1
* Sort imports for pep8Marc Abramowitz2014-06-091-2/+2
* Merge branch 'master' into print-stmt-py3kAlex Gaynor2014-05-101-7/+0
|\
| * Merge branch 'tox_support' of https://github.com/cabrera/python-memcached int...Sean Reifschneider2014-05-101-7/+0
| |\
| | * feat(tox): add support for testing with toxAlejandro Cabrera2014-01-152-9/+0
* | | Converted print statements to use the Python3 compatible formAlex Gaynor2014-05-101-6/+8
|/ /
* | Wrapping the unit-test main in if __name__.Sean Reifschneider2014-03-251-0/+3
* | tests/test_setmulti.py: Remove `unittest.main()`Marc Abramowitz2014-03-251-2/+0
|/
* Fixing AttributeError raised during set_multi.Sean Reifschneider2013-06-021-1/+1
* Adding a test for set_multi submitted by Ben Hoyt.Sean Reifschneider2013-06-022-0/+74