Merging upstream version 1.10.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
4551c2c19a
commit
7e40561ca0
23 changed files with 298 additions and 99 deletions
|
@ -260,3 +260,13 @@ def test_import_command(executor):
|
|||
"""
|
||||
assert result.exit_code == 0
|
||||
assert expected in "".join(result.output)
|
||||
|
||||
|
||||
def test_startup_commands(executor):
|
||||
m = LiteCli(liteclirc=default_config_file)
|
||||
assert m.startup_commands["commands"] == [
|
||||
"create table startupcommands(a text)",
|
||||
"insert into startupcommands values('abc')",
|
||||
]
|
||||
|
||||
# implement tests on executions of the startupcommands
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue