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

Add more exception raising to JSON RPC testing #378

Closed ellbosch closed 4 years ago

ellbosch commented 4 years ago

A test failed expecting a certain exception to catch. Given the current implementation, I'm unsure if no exception was caught or if it was a successful call.

Changes need to be made to the JSON RPC client testing.