Skip to content

Commit b800fdd

Browse files
eleanorjboydCopilot
andcommitted
Refactor pytest and unittest test discovery (#25599)
cleanup to assist with future changes --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f96d910 commit b800fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/testing/common/testingAdapter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ suite('End to End Tests: test adapters', () => {
11511151
Uri.file(`/test_${i}.py`),
11521152
);
11531153
testItem.children.set(`test_${i}_${j}`, childItem);
1154-
1154+
console.log('hi!');
11551155
// Set up the ID mappings that the resolver uses
11561156
resultResolver.runIdToTestItem.set(`test_${i}_${j}`, childItem as any);
11571157
resultResolver.runIdToVSid.set(`test_${i}_${j}`, `test_${i}_${j}`);

0 commit comments

Comments
 (0)