robshakir / pyangbind

A plugin for pyang that creates Python bindings for a YANG model.
Other
204 stars 121 forks source link

XML deserialisation #216

Closed unsignedint closed 6 years ago

unsignedint commented 6 years ago

Round-trip test working. Based on the IETF JSON deserialisation method, but with simplifications. There are probably some scenarios that don't work correctly, but a useful starting point..

codecov[bot] commented 6 years ago

Codecov Report

Merging #216 into master will decrease coverage by 0.13%. The diff coverage is 65.21%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #216      +/-   ##
==========================================
- Coverage   71.51%   71.37%   -0.14%     
==========================================
  Files           7        7              
  Lines        1741     1806      +65     
  Branches      463      484      +21     
==========================================
+ Hits         1245     1289      +44     
- Misses        370      382      +12     
- Partials      126      135       +9
Impacted Files Coverage Δ
pyangbind/lib/serialise.py 76.57% <65.21%> (-1.31%) :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 ea73fb3...67a487f. Read the comment docs.