-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get test cases appears to return None #75
Comments
@ctrickler thanks for reporting. Can you turn on debug logging and let us know the request url and the response after scrubbing any private data?
Thanks, |
@ctrickler thank you, the info you provided was helpful. I am working on the fix. |
@ctrickler Thanks again for reporting this issue. The fix is now ready on pypi. https://github.com/Microsoft/vsts-python-api/releases/tag/0.1.8 |
@ctrickler This python library is a thin wrapper around the VSTS REST APIs. You can find more information about how the APIs work in our REST documentation found here: Information on the I am not an expert on the Test APIs, but it looks to me like there is a work item reference returned from the API in the With the If you have other questions about the APIs themselves, you can ask them in the feedback section on the REST API Documentation site, and those questions will get routed to the appropriate team. You will find the feedback section at the bottom of the resource page, which is the parent page (see TOC on left) of the endpoint page. I hope this helps, |
Using test client and the get test cases function, see sample code below. I am always getting None, yet if I manually create the URL with the ids, it appears I get valid results.
The text was updated successfully, but these errors were encountered: