summaryrefslogtreecommitdiff
path: root/pymemcache/test
Commit message (Expand)AuthorAgeFilesLines
* Introduce some missing .set() assertionsJon Parise2017-05-051-3/+4
* Add support for stats cachedumpJoe Gordon2017-03-291-0/+8
* Return default value instead of False when all clients are downPeter Renstròˆm2017-03-141-1/+3
* Merge pull request #1 from pinterest/masterBrendan Walker2017-02-171-0/+19
|\
| * Add gets_many to HashClient.Jason Biegel2017-02-171-0/+19
* | Adding test case for null characterBrendan Walker2017-02-141-0/+9
* | Iterating over characters in key onceBrendan Walker2017-02-141-1/+1
* | Moving test casesBrendan Walker2017-02-131-27/+27
* | Raising MemcacheIllegalInputError when a key contains null byte, new line, or...Brendan Walker2017-02-131-1/+28
|/
* Ensure serde integration tests return the same typeAlex Tomkins2016-12-041-0/+1
* Add FLAG_BYTESAlex Tomkins2016-12-041-5/+5
* Add more serde unit tests for bytes/unicodeAlex Tomkins2016-12-041-0/+3
* Add a few more serde integration testsAlex Tomkins2016-12-041-0/+8
* Add test for subclasses of builtin typesAlex Tomkins2016-12-041-0/+14
* Test for expected flags with serde testsAlex Tomkins2016-12-041-6/+14
* Use byte strings after serializing with serdeAlex Tomkins2016-12-041-2/+14
* Add integration test for serde serializationAlex Tomkins2016-12-041-0/+23
* Fix syntax errorsNicholas Charriere2016-11-053-5/+10
* Add optional support for unicode keysJoe Gordon2016-11-034-31/+94
* test for default_noreply for both clientsKane Dou2016-10-281-24/+96
* Fix #117, illegal unicode character in middle of key (or value now)fix-unicode-char-in-middle-errorNicholas Charriere2016-10-032-0/+24
* Assert bytes stringSuhail Patel2016-09-191-1/+1
* Fix encode/decode wrong way aroundSuhail Patel2016-09-191-2/+2
* Use a bytes stringSuhail Patel2016-09-191-3/+3
* Fix the MockMemcacheClient implementationSuhail Patel2016-09-191-5/+5
* Add failing test of MockMemcacheClient serializer/deserializerSuhail Patel2016-09-191-0/+35
* Merge pull request #111 from adamchainz/single_parsersNicholas Charriere2016-08-281-0/+4
|\
| * Improve stats parsingAdam Chainz2016-08-221-0/+4
* | Add tests for serde moduleAdam Chainz2016-08-171-0/+24
|/
* Added default parameter support for "get" and "gets" methods in ClientEnguerrand Pelletier2016-08-012-3/+13
* Fix #99 unsanitized inputNicholas Charriere2016-07-271-0/+6
* Fix flake8 and cleanup buildNicholas Charriere2016-07-272-3/+4
* Fixed stats evictions conversionruamin2016-04-191-0/+2
* Merge pull request #90 from starstable/feature-version-cmdCharles Gordon2015-10-231-0/+10
|\
| * Implemented VERSION command in Client and PooledClientRemco van Oosterhout2015-10-231-0/+10
* | Fixed bugs caused by setting retry attempts to 0 on HashClientRemco van Oosterhout2015-10-211-0/+12
|/
* hashclient ignores exceptions when no servers are foundJohn Anderson2015-09-061-0/+58
* Add default_noreply to ClientAdam Chainz2015-08-282-13/+54
* Add delete_multi -> delete_many mappingAdam Chainz2015-07-242-0/+12
* Test the delete_many method and add it to Client classes that are missing itAdam Chainz2015-07-242-0/+31
* Add get_multi -> get_many mappingAdam Chainz2015-07-242-0/+7
* Add set_multi -> set_many mappingAdam Chainz2015-07-242-0/+8
* This adds a test to make sure kwargs are passed to clientJohn Anderson2015-07-201-0/+11
* Merge branch 'master' of github.com:pinterest/pymemcache into add_hashing_clientJohn Anderson2015-07-163-96/+95
|\
| * Update docs/flake8John Anderson2015-07-021-1/+0
| * Setup pytest configuration for benchmarksJohn Anderson2015-07-023-96/+96
* | flake8 fixesJohn Anderson2015-07-021-5/+5
* | Make ignoring exceptions optionalJohn Anderson2015-07-021-2/+42
* | Remove dependency on clandestined and use pure python murmur3John Anderson2015-07-021-0/+203
* | Merge branch 'master' of github.com:pinterest/pymemcache into add_hashing_clientJohn Anderson2015-07-021-280/+0
|\ \ | |/