nuagenetworks / bambou

low level rest communication library for vsp style apis
BSD 3-Clause "New" or "Revised" License
7 stars 11 forks source link

Enhance NURESTObject validate function #19

Closed mpiecuch-nuage closed 6 years ago

mpiecuch-nuage commented 6 years ago

I have been working with the Bambou library and I discovered that the NURESTObject validate() function does not seem to work correctly for list attributes or for min_value/max_value constraints.

This PR addresses these issues. Tests have been added for the new cases. All pass on python2.7 and python3.6.

pdellaert commented 6 years ago

@natabal thanks for the review, i'll do some more checks/tests early next week :)

mpiecuch-nuage commented 6 years ago

Hi, any progress?

pdellaert commented 6 years ago

Finally came round to it, Thanks!