mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-19 00:06:57 +00:00
test_node.py: more coverage of Node.log
This commit is contained in:
parent
22e3487b9e
commit
f9a72e0e75
@ -45,6 +45,7 @@ class TestCase(unittest.TestCase, testutil.SignalMixin):
|
||||
n = TestNode()
|
||||
n.log("this is a message")
|
||||
n.log("with %d %s %s", args=(2, "interpolated", "parameters"))
|
||||
n.log("with bogus %d expansion", args=("not an integer",))
|
||||
|
||||
def test_timestamp(self):
|
||||
# this modified logger doesn't seem to get used during the tests,
|
||||
|
Loading…
x
Reference in New Issue
Block a user