Thriftpy / thriftpy2

Pure python approach of Apache Thrift.
MIT License
572 stars 91 forks source link

Add __str__ on TProtocolException #109

Closed aisk closed 4 years ago

aisk commented 4 years ago

Add __str__ on TProtocolException with same behavior like TApplicationException.

close #104

codecov[bot] commented 4 years ago

Codecov Report

Merging #109 into master will decrease coverage by 0.26%. The diff coverage is 6.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #109      +/-   ##
==========================================
- Coverage   79.95%   79.69%   -0.27%     
==========================================
  Files          43       43              
  Lines        3887     3901      +14     
==========================================
+ Hits         3108     3109       +1     
- Misses        779      792      +13
Impacted Files Coverage Δ
thriftpy2/protocol/exc.py 40% <6.66%> (-41.82%) :arrow_down:

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 10a0197...36f6f16. Read the comment docs.

ethe commented 4 years ago

LGTM, thank you!