microsoft/Terminal

Validate that VT adapter tests cover all mock possibilities

開放

#987 建立於 2019年5月24日

 (0 則留言) (0 個反應) (0 位負責人)C++ (9,275 個分叉)batch import
Area-CodeHealthArea-VTHelp WantedIssue-TaskProduct-Conhost

倉庫指標

星標
 (103,173 顆星)
PR 合併指標
 (平均合併 27天 19小時) (30 天內合併 24 個 PR)

描述

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.

貢獻者指南