SurveyMonkey / pyteamcity

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

QuerySet._fetch: Removed unused code #64

Closed msabramo closed 8 years ago

msabramo commented 8 years ago

for dealing with non-JSON data, so we don't have to cover this code with tests. This code seems to not be used, as the integration tests pass without having this code.

This gets coverage to:

Name                                                Stmts   Miss  Cover   Missing
---------------------------------------------------------------------------------
...
pyteamcity/future/core/queryset.py                     58      0   100%
...
---------------------------------------------------------------------------------
TOTAL                                                2292     93    96%