コード例 #1
0
ファイル: tests.py プロジェクト: Web5design/elasticdict
 def test__uri(self):
     d = ElasticDict()
     result = d._uri("some_key")
     eq_(result, "http://localhost:9200/elasticdict/data/some_key")
コード例 #2
0
ファイル: tests.py プロジェクト: Web5design/elasticdict
 def test__uri(self):
     d = ElasticDict()
     result = d._uri("some_key")
     eq_(result, "http://localhost:9200/elasticdict/data/some_key")