We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aade507 commit ad3c703Copy full SHA for ad3c703
indra/tests/test_db_rest.py
@@ -198,6 +198,7 @@ def test_get_statements_by_hash():
198
print(f"{len(p.statements)=}")
199
stmts = p.statements
200
print({s.get_hash(shallow=True): s for s in stmts})
201
+ p.print_quiet_logs()
202
assert len(stmts) >= 2, \
203
"Wrong number of statements: %s vs. %s" % (len(stmts), len(hash_list))
204
@@ -210,6 +211,7 @@ def test_get_statements_by_hash():
210
211
print("DEBUG: DONE")
212
print(f"Is working: {p.is_working()}")
213
214
215
assert len(p.statements)
216
assert len(p.get_source_counts())
217
assert len(p.get_ev_counts())
0 commit comments