Skip to content

Conversation

@kpavlov
Copy link
Contributor

@kpavlov kpavlov commented Jan 10, 2026

Refactor test utilities, fix conformance

  • Add test-utils module to streamline test cases
  • Rename module kotlin-sdk-test -> integration-test
  • Move test utilities for managing processes, ports, and TypeScript execution logic
  • Make conformance tests work by specifying conformance package version (0.1.8)

Motivation and Context

Reuse test infrastructure code

How Has This Been Tested?

CI, locally

Breaking Changes

No

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Tests update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

@kpavlov kpavlov added tests refactoring Making things better labels Jan 10, 2026
- Add `test-utils` module to streamline test cases
- Rename module `kotlin-sdk-test` -> `integration-test`
- Move test utilities for managing processes, ports, and TypeScript execution logic
- Make conformance tests work by specifying conformance package version (0.1.8)
@kpavlov kpavlov force-pushed the kpavlov/test-utils branch from 1f64dc0 to 5166a0f Compare January 10, 2026 14:39
@kpavlov kpavlov marked this pull request as ready for review January 10, 2026 14:50
@kpavlov kpavlov merged commit 29d34b8 into main Jan 10, 2026
10 checks passed
@kpavlov kpavlov deleted the kpavlov/test-utils branch January 10, 2026 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactoring Making things better tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants