Adding upstream version 1.9.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8e68f130dd
commit
1b5fc2913b
11 changed files with 96 additions and 25 deletions
|
@ -63,3 +63,14 @@ def test_format_uptime():
|
|||
|
||||
seconds = 522600
|
||||
assert "6 days 1 hour 10 min 0 sec" == format_uptime(seconds)
|
||||
|
||||
|
||||
def test_indexes():
|
||||
suggestions = suggest_type(".indexes", ".indexes ")
|
||||
assert sorted_dicts(suggestions) == sorted_dicts(
|
||||
[
|
||||
{"type": "table", "schema": []},
|
||||
{"type": "view", "schema": []},
|
||||
{"type": "schema"},
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue