René's URL Explorer Experiment


Title: Failed to call method "create_test_run" in azure python api · Issue #520 · microsoft/azure-devops-python-api · GitHub

Open Graph Title: Failed to call method "create_test_run" in azure python api · Issue #520 · microsoft/azure-devops-python-api

X Title: Failed to call method "create_test_run" in azure python api · Issue #520 · microsoft/azure-devops-python-api

Description: Hi, i have a problem wih azure's python api. I self written function in python which calls official api from microscoft. def create_test_run(self, a_project_name: str = None, a_comment: str = None, a_test_run_name: str = None, a_error_ms...

Open Graph Description: Hi, i have a problem wih azure's python api. I self written function in python which calls official api from microscoft. def create_test_run(self, a_project_name: str = None, a_comment: str = None,...

X Description: Hi, i have a problem wih azure's python api. I self written function in python which calls official api from microscoft. def create_test_run(self, a_project_name: str = None, a_comment: str = N...

Opengraph URL: https://github.com/microsoft/azure-devops-python-api/issues/520

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Failed to call method \"create_test_run\" in azure python api","articleBody":"Hi, i have a problem wih azure's python api. I self written function in python which calls official api from microscoft.\n\n\n```\ndef create_test_run(self,\n                        a_project_name: str = None,\n                        a_comment: str = None,\n                        a_test_run_name: str = None,\n                        a_error_msg: str = None,\n                        a_test_run_points=None,\n                        a_test_plan=None\n                        ) -\u003e TestRun:\n        \"\"\"create_test_run\n        :param str a_project_name: the name of the azure project where your test_plans are located\n        :param str a_comment: a comment that shall be added to the newly created test run\n        :param str a_test_run_name: the name of the test_run that shall be created\n        :param str a_error_msg: an error message for this test_run that can be displayed in azure\n        :param str a_test_run_points: a list of point_ids that reference azure TestPlan \u003c-\u003e TestSuite \u003c-\u003e TestCase relation\n        :param :class:`ShallowReference \u003cazure.devops.v5_1.microsoft._team_foundation._test_management._web_api.models.ShallowReference\u003e` a_test_plan: the test_plan for which this test_run shall be created\n        :rtype: :class:`\u003cTestRun\u003e \u003cazure.devops.v5_1.test_results.models.TestRun\u003e`\n        \"\"\"\n        if None in (a_project_name, a_test_run_name, a_test_run_points, a_test_plan):\n            raise InputError(\n                f\"cannot create test_run in azure with a_project_name={a_project_name}, a_test_run_name={a_test_run_name}, a_test_run_points={a_test_run_points}, a_test_plan={a_test_plan}\")\n\nself. LOGGER.debug(\n            f\"[create_test_run] creating create_test_run[{a_test_run_name}]\")\n\ntest_run = RunCreateModel(automated=False,\n                                  comment=a_comment,\n                                  name=a_test_run_name,\n                                  error_message=a_error_msg,\n                                  plan=a_test_plan,\n                                  point_ids=a_test_run_points\n                                  # build=builds.value[0]            #TODO: check if we can add a build :class:`ShallowReference \u003cazure.devops.v5_1.microsoft._team_foundation._test_management._web_api.models.ShallowReference\u003e`\n                                  )\n        return self.connection.clients_v5_1.get_test_results_client().create_test_run(test_run=test_run, project=a_project_name)\n```\n\n\nEvery time we send this request, it gives a 404 error back, that the ressource does not exist. After looking carefully into the microscofts python api carefully i saw something. The function create_test_run in https://github.com/microsoft/azure-devops-python-api/blob/dev/azure-devops/azure/devops/v7_1/test_results/test_results_client.py only exists in the branches with a version number like dev5.1 and dev7.1. In the branch which is called dev, this function exists in another location which is https://github.com/microsoft/azure-devops-python-api/blob/dev/azure-devops/azure/devops/v7_1/test/test_client.py and the location ids are not identical. I would be very grateful if you can take a closer look to these source files.\n\nThank you and best regards,\n\nDaniel","author":{"url":"https://github.com/IAVDaniel","@type":"Person","name":"IAVDaniel"},"datePublished":"2025-03-31T06:38:05.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/520/azure-devops-python-api/issues/520"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:66083777-a1cc-7ec3-d6c4-8885fd082597
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC46A:3CAE76:10E2FD0:16A330F:697D11A9
html-safe-nonce1a62f133cab469b139720aedd8a391d0c3d506b15945a3a6ad202b516489e499
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNDZBOjNDQUU3NjoxMEUyRkQwOjE2QTMzMEY6Njk3RDExQTkiLCJ2aXNpdG9yX2lkIjoiODM0MDIyMDU1NjYxNTY4NDUyMSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmaca8451da23565e48f9575f7bfe82ac90198b77caeb255c8b4bb8d9f649972de68
hovercard-subject-tagissue:2959598099
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/microsoft/azure-devops-python-api/520/issue_layout
twitter:imagehttps://opengraph.githubassets.com/af047e5a38cd8c09b741e8d002d20f0e2819a61521469ba57c4186888124dca5/microsoft/azure-devops-python-api/issues/520
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/af047e5a38cd8c09b741e8d002d20f0e2819a61521469ba57c4186888124dca5/microsoft/azure-devops-python-api/issues/520
og:image:altHi, i have a problem wih azure's python api. I self written function in python which calls official api from microscoft. def create_test_run(self, a_project_name: str = None, a_comment: str = None,...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameIAVDaniel
hostnamegithub.com
expected-hostnamegithub.com
Nonef4270289760ed79c539b4df0bf901fb752ee16d6a98c6589b1c6b6d5d4e1a000
turbo-cache-controlno-preview
go-importgithub.com/microsoft/azure-devops-python-api git https://github.com/microsoft/azure-devops-python-api.git
octolytics-dimension-user_id6154722
octolytics-dimension-user_loginmicrosoft
octolytics-dimension-repository_id107710074
octolytics-dimension-repository_nwomicrosoft/azure-devops-python-api
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id107710074
octolytics-dimension-repository_network_root_nwomicrosoft/azure-devops-python-api
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7add7da55b3463f73608a5dd149b156c4e76f2b8
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/microsoft/azure-devops-python-api/issues/520#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2Fazure-devops-python-api%2Fissues%2F520
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2Fazure-devops-python-api%2Fissues%2F520
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=microsoft%2Fazure-devops-python-api
Reloadhttps://patch-diff.githubusercontent.com/microsoft/azure-devops-python-api/issues/520
Reloadhttps://patch-diff.githubusercontent.com/microsoft/azure-devops-python-api/issues/520
Reloadhttps://patch-diff.githubusercontent.com/microsoft/azure-devops-python-api/issues/520
microsoft https://patch-diff.githubusercontent.com/microsoft
azure-devops-python-apihttps://patch-diff.githubusercontent.com/microsoft/azure-devops-python-api
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fmicrosoft%2Fazure-devops-python-api
Fork 218 https://patch-diff.githubusercontent.com/login?return_to=%2Fmicrosoft%2Fazure-devops-python-api
Star 675 https://patch-diff.githubusercontent.com/login?return_to=%2Fmicrosoft%2Fazure-devops-python-api
Code https://patch-diff.githubusercontent.com/microsoft/azure-devops-python-api
Issues 142 https://patch-diff.githubusercontent.com/microsoft/azure-devops-python-api/issues
Pull requests 13 https://patch-diff.githubusercontent.com/microsoft/azure-devops-python-api/pulls
Actions https://patch-diff.githubusercontent.com/microsoft/azure-devops-python-api/actions
Projects 0 https://patch-diff.githubusercontent.com/microsoft/azure-devops-python-api/projects
Models https://patch-diff.githubusercontent.com/microsoft/azure-devops-python-api/models
Security 0 https://patch-diff.githubusercontent.com/microsoft/azure-devops-python-api/security
Insights https://patch-diff.githubusercontent.com/microsoft/azure-devops-python-api/pulse
Code https://patch-diff.githubusercontent.com/microsoft/azure-devops-python-api
Issues https://patch-diff.githubusercontent.com/microsoft/azure-devops-python-api/issues
Pull requests https://patch-diff.githubusercontent.com/microsoft/azure-devops-python-api/pulls
Actions https://patch-diff.githubusercontent.com/microsoft/azure-devops-python-api/actions
Projects https://patch-diff.githubusercontent.com/microsoft/azure-devops-python-api/projects
Models https://patch-diff.githubusercontent.com/microsoft/azure-devops-python-api/models
Security https://patch-diff.githubusercontent.com/microsoft/azure-devops-python-api/security
Insights https://patch-diff.githubusercontent.com/microsoft/azure-devops-python-api/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/microsoft/azure-devops-python-api/issues/520
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/microsoft/azure-devops-python-api/issues/520
Failed to call method "create_test_run" in azure python apihttps://patch-diff.githubusercontent.com/microsoft/azure-devops-python-api/issues/520#top
https://github.com/IAVDaniel
https://github.com/IAVDaniel
IAVDanielhttps://github.com/IAVDaniel
on Mar 31, 2025https://github.com/microsoft/azure-devops-python-api/issues/520#issue-2959598099
https://github.com/microsoft/azure-devops-python-api/blob/dev/azure-devops/azure/devops/v7_1/test_results/test_results_client.pyhttps://github.com/microsoft/azure-devops-python-api/blob/dev/azure-devops/azure/devops/v7_1/test_results/test_results_client.py
https://github.com/microsoft/azure-devops-python-api/blob/dev/azure-devops/azure/devops/v7_1/test/test_client.pyhttps://github.com/microsoft/azure-devops-python-api/blob/dev/azure-devops/azure/devops/v7_1/test/test_client.py
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.