From 38be3c3cd54e9de832bf804dd0047cf4a10e52ca Mon Sep 17 00:00:00 2001 From: Pavel Karateev Date: Mon, 20 Oct 2025 17:19:17 +0200 Subject: [PATCH] PY-84850 fix the link to PyCharm test runners protocol article (cherry picked from commit 1e2790148922576467865e5a6d6d8dda4cc4b4a8) IJ-MR-179209 GitOrigin-RevId: 5027fbeefbb4a8dee6fc409a414f41e7492f0444 --- python/helpers/pycharm/_jb_runner_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/helpers/pycharm/_jb_runner_tools.py b/python/helpers/pycharm/_jb_runner_tools.py index 02ee58de28fc..983cea1b398e 100644 --- a/python/helpers/pycharm/_jb_runner_tools.py +++ b/python/helpers/pycharm/_jb_runner_tools.py @@ -1,6 +1,6 @@ # coding=utf-8 """ -Tools to implement runners (https://confluence.jetbrains.com/display/~link/PyCharm+test+runners+protocol) +Tools to implement runners (https://youtrack.jetbrains.com/articles/PY-A-83178089/PyCharm-test-runners-protocol) """ import os import re