summaryrefslogtreecommitdiff
path: root/pymemcache/test/test_integration.py
Commit message (Expand)AuthorAgeFilesLines
* Support for Gat and Gats, Support passing server key in a tupleMatej Spiller Muys2023-01-311-0/+31
* Fix key_prefix issue with stats and cache_memlimitJoe Gordon2022-10-141-28/+50
* add pluggable compression serdeJohn Anderson2022-07-121-10/+77
* Skip test_tls until certificate is updatedJoe Gordon2022-05-311-0/+1
* Apply black formattingJoe Gordon2021-12-031-111/+98
* Remove PY2 specific imports and testsJoe Gordon2021-07-201-14/+0
* Remove six dependency and run pyupgradeJoe Gordon2021-07-201-11/+9
* Fix incorrect pytest mark (#290)Jon Parise2020-08-131-1/+1
* Add TLS support for TCP sockets (#276)Moisés Guimarães de Medeiros2020-04-071-0/+16
* Fix linter errorsAli-Akber Saifee2019-12-211-0/+1
* Add touch method to HashClient (#263)Ali-Akber Saifee2019-12-211-0/+17
* 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