From a06fe375ec8d84acfd3d91b3022315b7a7619eff Mon Sep 17 00:00:00 2001 From: meejah Date: Mon, 19 Mar 2018 12:05:55 -0600 Subject: [PATCH] describe test --- src/allmydata/test/test_magic_folder.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/allmydata/test/test_magic_folder.py b/src/allmydata/test/test_magic_folder.py index 90a21256c..2bba81836 100644 --- a/src/allmydata/test/test_magic_folder.py +++ b/src/allmydata/test/test_magic_folder.py @@ -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