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

Remove command line arg for non-interactive tests #376

Closed ellbosch closed 4 years ago

ellbosch commented 4 years ago

Use this instead: https://docs.pytest.org/en/2.8.7/usage.html#setting-a-breakpoint-aka-set-trace

ellbosch commented 4 years ago

Turns out this isn't a thing.