Adding upstream version 3.4.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
9804c00f84
commit
43626c7fee
12 changed files with 328 additions and 40 deletions
|
@ -97,9 +97,9 @@ def step_see_error_message(context):
|
|||
@when("we send source command")
|
||||
def step_send_source_command(context):
|
||||
context.tmpfile_sql_help = tempfile.NamedTemporaryFile(prefix="pgcli_")
|
||||
context.tmpfile_sql_help.write(br"\?")
|
||||
context.tmpfile_sql_help.write(rb"\?")
|
||||
context.tmpfile_sql_help.flush()
|
||||
context.cli.sendline(fr"\i {context.tmpfile_sql_help.name}")
|
||||
context.cli.sendline(rf"\i {context.tmpfile_sql_help.name}")
|
||||
wrappers.expect_exact(context, context.conf["pager_boundary"] + "\r\n", timeout=5)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue