Adding upstream version 1.24.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
94e3fc38e7
commit
d7573acbf5
26 changed files with 565 additions and 169 deletions
|
@ -3,11 +3,12 @@ from textwrap import dedent
|
|||
from behave import then, when
|
||||
|
||||
import wrappers
|
||||
from utils import parse_cli_args_to_dict
|
||||
|
||||
|
||||
@when('we run dbcli with {arg}')
|
||||
def step_run_cli_with_arg(context, arg):
|
||||
wrappers.run_cli(context, run_args=arg.split('='))
|
||||
wrappers.run_cli(context, run_args=parse_cli_args_to_dict(arg))
|
||||
|
||||
|
||||
@when('we execute a small query')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue