Skip to content

Commit

Permalink
switch to using remote resolver and add testing
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd committed May 30, 2023
1 parent d5312b9 commit 46c667e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client/testing/testController/common/resultResolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
ITestResultResolver,
} from './types';
import { TestProvider } from '../../types';
import { traceError } from '../../../logging';
import { traceError, traceLog } from '../../../logging';
import { Testing } from '../../../common/utils/localize';
import {
DebugTestTag,
Expand Down Expand Up @@ -59,6 +59,7 @@ export class PythonResultResolver implements ITestResultResolver {

public resolveDiscovery(payload: DiscoveredTestPayload, token?: CancellationToken): Promise<void> {
const workspacePath = this.workspaceUri.fsPath;
traceLog('Using result resolver for discovery');

const rawTestData = payload;
if (!rawTestData) {
Expand Down

0 comments on commit 46c667e

Please sign in to comment.