Missing warning mock and fix for debug
This commit is contained in:
parent
2862c80025
commit
1cebbe7af0
@ -52,11 +52,14 @@ class MockPlPy:
|
||||
self._logged_queries = []
|
||||
self._log_executed_queries = True
|
||||
|
||||
def warning(self, msg):
|
||||
self.warnings.append(msg)
|
||||
|
||||
def notice(self, msg):
|
||||
self.notices.append(msg)
|
||||
|
||||
def debug(self, msg):
|
||||
self.notices.append(msg)
|
||||
self.debugs.append(msg)
|
||||
|
||||
def info(self, msg):
|
||||
self.infos.append(msg)
|
||||
|
Loading…
Reference in New Issue
Block a user