mirror of
https://github.com/CartoDB/crankshaft.git
synced 2024-11-01 10:20:48 +08:00
adding debug to mock plpy
This commit is contained in:
parent
c44434ef08
commit
7a1eb6b9b6
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user