Skip to content

Commit

Permalink
Remote resolver (microsoft#21332)
Browse files Browse the repository at this point in the history
This is branch will serve as a feature branch for all changes related to
switching to the remote resolver.
This will include
- switching from using the testAdapter to parse the return data to now
using this new class resultResolver
- adding tests for all testAdapters, fixing for server and adding for
resultResolver
- moving sendCommand to a new file, out of the server, and getting
pytest to adopt it
- moving the server which send the test IDs to a new file and adopt it
for both pytest and unittest
- write tests for these two new files.
  • Loading branch information
eleanorjboyd committed Jun 21, 2023
1 parent a34b637 commit b84fb74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/client/testing/testController/common/resultResolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,5 +229,3 @@ export class PythonResultResolver implements ITestResultResolver {
return Promise.resolve();
}
}

// had to switch the order of the original parameter since required param cannot follow optional.

0 comments on commit b84fb74

Please sign in to comment.