pycontribs / jenkinsapi

A Python API for accessing resources and configuring Hudson & Jenkins continuous-integration servers
http://pypi.python.org/pypi/jenkinsapi
MIT License
859 stars 485 forks source link

Added more methods to Nodes to match the built-in dict methods #628

Closed fun4jimmy closed 6 years ago

fun4jimmy commented 6 years ago

Added new methods:

Added tests and docstrings for Nodes.keys(), Nodes.iterkeys() and Nodes.iternodes().

codecov[bot] commented 6 years ago

Codecov Report

Merging #628 into master will increase coverage by 0.27%. The diff coverage is 88.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #628      +/-   ##
==========================================
+ Coverage    78.3%   78.58%   +0.27%     
==========================================
  Files          34       34              
  Lines        2531     2540       +9     
==========================================
+ Hits         1982     1996      +14     
+ Misses        549      544       -5
Impacted Files Coverage Δ
jenkinsapi/nodes.py 92.2% <88.23%> (+8.38%) :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 2d3306f...6386ddd. Read the comment docs.

lechat commented 6 years ago

Many thanks!