meejah / txtorcon

Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction.
http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/
MIT License
250 stars 72 forks source link

Fix parsing of GETCONF outside TorConfig #238

Closed meejah closed 7 years ago

meejah commented 7 years ago

See #237

codecov-io commented 7 years ago

Codecov Report

Merging #238 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #238      +/-   ##
==========================================
+ Coverage   99.94%   99.94%   +<.01%     
==========================================
  Files          20       20              
  Lines        3661     3662       +1     
==========================================
+ Hits         3659     3660       +1     
  Misses          2        2
Impacted Files Coverage Δ
txtorcon/endpoints.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 5df30cf...d6ea206. Read the comment docs.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+1.0e-05%) to 99.945% when pulling 6d3e688150a1a1df79f7bba8b812533b8ad7f225 on socks-port-options-connect into 5df30cf5024454b68fb344401871c129a92786c8 on master.

warner commented 7 years ago

This seems to fix the problems I was seeing with magic-wormhole. Thanks!

coveralls commented 7 years ago

Coverage Status

Coverage increased (+1.0e-05%) to 99.945% when pulling d6ea2061e3e3f44e099eb63be194e048856b2520 on socks-port-options-connect into 5df30cf5024454b68fb344401871c129a92786c8 on master.