davidban77 / gns3fy

Python library wrapper around GNS3 Server REST API
https://davidban77.github.io/gns3fy/
57 stars 28 forks source link

Extend templates endpoint #42

Closed davidban77 closed 5 years ago

davidban77 commented 5 years ago

Added tests and docs for it as with an example of migrating templates between GNS3 servers.

Closes #41

codecov[bot] commented 5 years ago

Codecov Report

Merging #42 into develop will increase coverage by 0.1%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop      #42     +/-   ##
==========================================
+ Coverage    96.62%   96.73%   +0.1%     
==========================================
  Files            1        1             
  Lines          534      552     +18     
==========================================
+ Hits           516      534     +18     
  Misses          18       18
Impacted Files Coverage Δ
gns3fy/gns3fy.py 96.73% <100%> (+0.1%) :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 dea1137...8f121a1. Read the comment docs.