mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-24 01:28:47 +00:00
describe test
This commit is contained in:
@ -1556,6 +1556,10 @@ class SingleMagicFolderTestMixin(MagicFolderCLITestMixin, ShouldFailMixin, Reall
|
||||
|
||||
@defer.inlineCallbacks
|
||||
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):
|
||||
# the function we replaced would trigger this hook, so we
|
||||
|
Reference in New Issue
Block a user