scrapli / scrapli_netconf

Fast and flexible Python 3.7+ netconf client specifically for network devices
https://scrapli.github.io/scrapli_netconf/
MIT License
93 stars 6 forks source link

PTY Issues #77

Closed carlmontanari closed 3 years ago

carlmontanari commented 3 years ago

do not force pty for netconf connections; flag to control this for sytem transport

codecov[bot] commented 3 years ago

Codecov Report

Merging #77 (dad399f) into develop (ac141d4) will increase coverage by 0.19%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #77      +/-   ##
===========================================
+ Coverage    78.03%   78.22%   +0.19%     
===========================================
  Files           16       16              
  Lines          915      914       -1     
===========================================
+ Hits           714      715       +1     
+ Misses         201      199       -2     
Impacted Files Coverage Δ
...li_netconf/transport/plugins/paramiko/transport.py 50.00% <ø> (+3.84%) :arrow_up:
...crapli_netconf/transport/plugins/ssh2/transport.py 0.00% <ø> (ø)
...apli_netconf/transport/plugins/system/transport.py 60.71% <100.00%> (+1.45%) :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 ac141d4...dad399f. Read the comment docs.