This commit is contained in:
Itamar Turner-Trauring 2021-09-27 17:05:03 -04:00
parent 9f80435b41
commit 914ca56775
1 changed files with 5 additions and 0 deletions

View File

@ -568,7 +568,12 @@ class IStorageServerMutableAPIsTestsMixin(object):
)
self.assertEqual(reads, {})
# TODO detection of empty/missing shares with length 1 reads that expect
# empty bytestring.
# TODO what else?
class _FoolscapMixin(SystemTestMixin):
"""Run tests on Foolscap version of ``IStorageServer."""