mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-18 17:00:24 +00:00
describe test
This commit is contained in:
parent
c7cbb4a6b3
commit
a06fe375ec
@ -1556,6 +1556,10 @@ class SingleMagicFolderTestMixin(MagicFolderCLITestMixin, ShouldFailMixin, Reall
|
|||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def test_real_notify_failure(self):
|
def test_real_notify_failure(self):
|
||||||
|
"""
|
||||||
|
Simulate an exception from the _real_notify helper in
|
||||||
|
magic-folder's uploader, confirming error-handling works.
|
||||||
|
"""
|
||||||
|
|
||||||
def bad_stuff(*args, **kw):
|
def bad_stuff(*args, **kw):
|
||||||
# the function we replaced would trigger this hook, so we
|
# the function we replaced would trigger this hook, so we
|
||||||
|
Loading…
x
Reference in New Issue
Block a user