adding debug to mock plpy
This commit is contained in:
@@ -24,6 +24,9 @@ class MockPlPy:
|
||||
def notice(self, msg):
|
||||
self.notices.append(msg)
|
||||
|
||||
def debug(self, msg):
|
||||
self.notices.append(msg)
|
||||
|
||||
def info(self, msg):
|
||||
self.infos.append(msg)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user