dbcli / mssql-cli

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

Move JSON RPC testing to tests directory #377

Closed ellbosch closed 4 years ago

ellbosch commented 4 years ago

Fixes #282.

Code coverage reporting was including a few test files. To fix this, I moved the test files to the proper tests directory, where they should've been in the first place.