Provide helpers for running tests against elasticsearch

This commit is contained in:
Honza Král
2014-04-23 01:12:03 +02:00
parent 28f9171235
commit 71176d5595
6 changed files with 82 additions and 64 deletions
@@ -4,10 +4,10 @@ from elasticsearch import Elasticsearch, MemcachedConnection, NotFoundError
from elasticsearch.transport import ADDRESS_RE
from elasticsearch.compat import u
from . import ElasticTestCase
from . import ElasticsearchTestCase
from ..test_cases import SkipTest
class TestMemcachedConnection(ElasticTestCase):
class TestMemcachedConnection(ElasticsearchTestCase):
def setUp(self):
try:
import pylibmc