From b800fdd03a072bd10f63ed93aa5719e67c9e5deb Mon Sep 17 00:00:00 2001 From: eleanorjboyd <26030610+eleanorjboyd@users.noreply.github.com> Date: Wed, 3 Dec 2025 10:13:01 -0800 Subject: [PATCH] Refactor pytest and unittest test discovery (#25599) cleanup to assist with future changes --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/test/testing/common/testingAdapter.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/testing/common/testingAdapter.test.ts b/src/test/testing/common/testingAdapter.test.ts index 97c04d5dfdf1..b85d25762570 100644 --- a/src/test/testing/common/testingAdapter.test.ts +++ b/src/test/testing/common/testingAdapter.test.ts @@ -1151,7 +1151,7 @@ suite('End to End Tests: test adapters', () => { Uri.file(`/test_${i}.py`), ); testItem.children.set(`test_${i}_${j}`, childItem); - + console.log('hi!'); // Set up the ID mappings that the resolver uses resultResolver.runIdToTestItem.set(`test_${i}_${j}`, childItem as any); resultResolver.runIdToVSid.set(`test_${i}_${j}`, `test_${i}_${j}`);