From db33e55212b9fe4fecf8e3d6094a7f65048fccfe Mon Sep 17 00:00:00 2001 From: eleanorjboyd Date: Mon, 7 Aug 2023 12:50:34 -0700 Subject: [PATCH] Revert "revert absolute test-ids (#21742)" This reverts commit dff25d4362389014a560f3dd6aaf61a3d814d2a1. --- pythonFiles/tests/pytestadapter/test_execution.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pythonFiles/tests/pytestadapter/test_execution.py b/pythonFiles/tests/pytestadapter/test_execution.py index 07354b01709b..30f1a7e439d9 100644 --- a/pythonFiles/tests/pytestadapter/test_execution.py +++ b/pythonFiles/tests/pytestadapter/test_execution.py @@ -1,5 +1,6 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. +import json import os import shutil