dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.36k stars 191 forks source link

refactored client testing #349

Closed ellbosch closed 4 years ago

ellbosch commented 4 years ago

Fixes #279.

This PR refactors our testing of the mssqlcli client. Changes include:

The diff is a huge mess so I'll leave comments throughout to explain changes.