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

Fix and enable test testspecial.test_list_databases_command #269

Open pensivebrian opened 5 years ago

pensivebrian commented 5 years ago

Test testspecial.test_list_databases_command assumes a single database exists on a server, which isn't going to work against any real server. The test should look for the specific database and ignore others.