Adding upstream version 16.7.7.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7297023f4e
commit
0aa02fba5a
59 changed files with 16125 additions and 15681 deletions
|
@ -22,7 +22,9 @@ def _extract_meta(sql):
|
|||
|
||||
def assert_logger_contains(message, logger, level="error"):
|
||||
output = "\n".join(str(args[0][0]) for args in getattr(logger, level).call_args_list)
|
||||
assert message in output
|
||||
if message not in output:
|
||||
print(f"Expected '{message}' not in {output}")
|
||||
raise
|
||||
|
||||
|
||||
def load_sql_fixtures(filename):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue