summaryrefslogtreecommitdiff
path: root/pymemcache/test/test_integration.py
Commit message (Expand)AuthorAgeFilesLines
* Validate cas inputs as strings of digits (#250)Stephen Rosen2019-08-261-0/+5
* Change serialization interface to be an object (#245)Stephen Rosen2019-08-261-16/+15
* Make pickle version for python_memcache_serializer adjustableJoe Gordon2018-09-071-3/+26
* Fix support newbytes from futureJoe Gordon2018-09-061-0/+14
* Ensure serde integration tests return the same typeAlex Tomkins2016-12-041-0/+1
* Add a few more serde integration testsAlex Tomkins2016-12-041-0/+8
* Add integration test for serde serializationAlex Tomkins2016-12-041-0/+23
* Fix syntax errorsNicholas Charriere2016-11-051-1/+2
* Add optional support for unicode keysJoe Gordon2016-11-031-13/+34
* Fix #99 unsanitized inputNicholas Charriere2016-07-271-0/+6
* Implemented the other functions and added testsJohn Anderson2015-06-201-17/+16
* Initial implementation of the hash clientJohn Anderson2015-06-201-2/+5
* flake8 the testsJohn Anderson2015-06-201-4/+1
* Finished porting integration tests to pytestJohn Anderson2015-06-191-0/+246