refactor: use Client class in tests #1900
Open
+163
−227
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Refactors unit tests to use the ergonomic
Clientclass instead of the verboseInMemoryTransport+ClientSessionpattern.Motivation and Context
Follow-up from #1870. The new
Clientclass provides a simpler API for testing MCP servers:How Has This Been Tested?
All refactored tests pass. The
stream_spyfixture continues to work withClientsince it patches the underlying memory streams used byInMemoryTransport.Breaking Changes
None - internal test refactoring only.
Types of changes
Checklist
Additional context
Files changed (5):
tests/client/transports/test_memory.py- 3 teststests/shared/test_session.py- 2 teststests/server/test_cancel_handling.py- 1 testtests/shared/test_progress_notifications.py- 1 testtests/client/test_list_methods_cursor.py- 6 testsNet change: -64 lines (163 added, 227 removed)