summaryrefslogtreecommitdiff
path: root/pymemcache/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge git://github.com/Julian/pymemcache into Julian-masterCharles Gordon2013-09-093-505/+673
|\
| * Fix a NameErrorJulian Berman2013-09-091-1/+1
| * Fix line spacing.Julian Berman2013-09-091-51/+1
| * Run the core unit tests on the mock object as well.Julian Berman2013-09-093-389/+481
| * Add a basic mock client.Julian Berman2013-09-022-0/+129
* | Pep8 complianceThomas Orozco2013-08-302-6/+9
* | Run integration tests with socket & geventThomas Orozco2013-08-301-40/+54
* | Add tests for socket configurationThomas Orozco2013-08-301-0/+45
|/
* Don't create an items list in set_many.Julian Berman2013-05-011-0/+21
* Merge pull request #4 from dcrosta/add-statsCharles Gordon2013-04-251-0/+52
|\
| * implement the stats() methodDan Crosta2013-04-251-0/+52