aio-libs-abandoned / aioes

asyncio compatible driver for elasticsearch
http://aioes.readthedocs.org
Apache License 2.0
98 stars 29 forks source link

Connection allows inject an external TCP connector #137

Closed pfreixes closed 7 years ago

pfreixes commented 7 years ago

Self-explanatory, default connector instantiated by the Connection class can't be enough in some occasions. In these situations, the user can since now through this commit gives his own connection instance.

codecov-io commented 7 years ago

Codecov Report

Merging #137 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #137      +/-   ##
==========================================
+ Coverage   81.06%   81.09%   +0.02%     
==========================================
  Files          23       23              
  Lines        3528     3533       +5     
  Branches      725      725              
==========================================
+ Hits         2860     2865       +5     
  Misses        389      389              
  Partials      279      279
Impacted Files Coverage Δ
tests/test_connection.py 100% <100%> (ø) :arrow_up:
aioes/connection.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 75efc40...1f561fb. Read the comment docs.