Validate that VT adapter tests cover all mock possibilities #1321

Open
opened 2026-01-30 22:22:31 +00:00 by claunia · 0 comments
Owner

Originally created by @miniksa on GitHub (May 24, 2019).

All of the various mock definitions don't seem to be in use. When I stood up the original parser years ago and wrote the mock, every mock was checked somehow. Over time, it probably decayed and the only thing left is that the mock has to be implemented to satisfy compilation of the interface.

Originally posted by @miniksa in https://github.com/microsoft/terminal/pull/891/review_comment/create

The goal here would be to run through all the tests and ensure that the mocks are involved somehow in each operation to validate that we're getting what we expect back through the adapter interface for all potential results.

Originally created by @miniksa on GitHub (May 24, 2019). All of the various mock definitions don't seem to be in use. When I stood up the original parser years ago and wrote the mock, every mock was checked somehow. Over time, it probably decayed and the only thing left is that the mock has to be implemented to satisfy compilation of the interface. _Originally posted by @miniksa in https://github.com/microsoft/terminal/pull/891/review_comment/create_ The goal here would be to run through all the tests and ensure that the mocks are involved somehow in each operation to validate that we're getting what we expect back through the adapter interface for all potential results.
claunia added the Help WantedProduct-ConhostIssue-TaskArea-VTArea-CodeHealth labels 2026-01-30 22:22:31 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#1321