summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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