Skip to content

Commit ad3c703

Browse files
committed
Print quiet logs as well
1 parent aade507 commit ad3c703

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

indra/tests/test_db_rest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ def test_get_statements_by_hash():
198198
print(f"{len(p.statements)=}")
199199
stmts = p.statements
200200
print({s.get_hash(shallow=True): s for s in stmts})
201+
p.print_quiet_logs()
201202
assert len(stmts) >= 2, \
202203
"Wrong number of statements: %s vs. %s" % (len(stmts), len(hash_list))
203204

@@ -210,6 +211,7 @@ def test_get_statements_by_hash():
210211
print("DEBUG: DONE")
211212
print(f"Is working: {p.is_working()}")
212213
print(f"{len(p.statements)=}")
214+
p.print_quiet_logs()
213215
assert len(p.statements)
214216
assert len(p.get_source_counts())
215217
assert len(p.get_ev_counts())

0 commit comments

Comments
 (0)