summaryrefslogtreecommitdiff
path: root/pymemcache/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Replaced integration.py with test_integrationJohn Anderson2015-06-221-280/+0
* | Added unit testsJohn Anderson2015-06-211-0/+71
* | Fix tests + pep8John Anderson2015-06-201-1/+4
* | Implemented the other functions and added testsJohn Anderson2015-06-202-17/+27
* | Initial implementation of the hash clientJohn Anderson2015-06-203-7/+15
|/
* flake8 the testsJohn Anderson2015-06-205-13/+16
* Finished porting integration tests to pytestJohn Anderson2015-06-193-0/+283
* Move to use pytest instead of noseJohn Anderson2015-06-192-104/+125
* Add test for EINTRINADA Naoki2015-05-111-0/+18
* Merge pull request #37 from harlowja/client-poolCharles Gordon2015-04-141-222/+179
|\
| * Add/refactor appropriate tests so pooled clients are testedJoshua Harlow2015-04-141-222/+179
* | Remove instance local bufferJoshua Harlow2015-04-141-5/+0
|/
* Fix test to use key_prefix optionINADA Naoki2014-04-161-6/+2
* Fix adding prefix with overriding check_key() doesn't workINADA Naoki2014-04-161-0/+47
* Support Python 2.6INADA Naoki2014-03-111-6/+3
* Split check_key() method.INADA Naoki2014-03-111-0/+3
* Add testINADA Naoki2014-03-111-0/+16
* Port to Python 3.3Julien Danjou2014-03-105-309/+320
* Added python dict support to the clientMarc-André Courtois2013-11-201-0/+23
* add stats() method to MockMemcacheClientDan Crosta2013-11-181-0/+22