Added print of more detailed message

This commit is contained in:
Petr Kalis 2022-02-14 20:04:07 +01:00
parent 7042330924
commit 037b514409

View file

@ -1,5 +1,6 @@
"""Classed and methods for comparing expected and published items in DBs"""
class DBAssert:
@classmethod
@ -41,5 +42,7 @@ class DBAssert:
print("Comparing count of {}{} {}".format(queried_type,
detail_str,
status))
if msg:
print(msg)
return msg