SurveyMonkey / pyteamcity

Use the TeamCity REST API from Python
51 stars 50 forks source link

Add func for getting all child projects from parent project id #84

Closed teror4uks closed 7 years ago

teror4uks commented 7 years ago

This method add in ProjectQuerySet functional for getting all child projects (without recursive)

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.5%) to 95.91% when pulling 29dbdbcf31ab7bf3fc690a2e87e0f90e70fbb32c on teror4uks:master into abdf3ccc4e359743bbe54990e58b32859a9296cb on SurveyMonkey:master.

teror4uks commented 7 years ago

oops, I understand my mistakes) I found how I get child project without my funcs...