Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mssql-cli
/ step_run_cli_with_arg
Function
step_run_cli_with_arg
tests/features/steps/auto_vertical.py:11–12 ·
view source on GitHub ↗
(context, arg)
Source
from the content-addressed store, hash-verified
9
10
@when(
'we run dbcli with {arg}'
)
11
def
step_run_cli_with_arg(context, arg):
12
wrappers.run(context, run_args=arg.split(
'='
))
13
14
15
@when(
'we execute a small query'
)
Callers
nothing calls this directly
Calls
1
run
Method · 0.80
Tested by
no test coverage detected