Commit cddc4148 authored by Tres Seaver's avatar Tres Seaver

Coverage for Transactdion._commitResources.

parent e5818428
......@@ -38,6 +38,8 @@ class DummyLogger(object):
self.log('debug', msg, *args, **kw)
def error(self, msg, *args, **kw):
self.log('error', msg, *args, **kw)
def critical(self, msg, *args, **kw):
self.log('critical', msg, *args, **kw)
class Monkey(object):
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment