mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
Note download_to_data() is tested elsewhere.
This commit is contained in:
parent
d3a8094630
commit
1ef33d3d69
@ -78,3 +78,7 @@ class MemoryConsumerTests(TestCase):
|
||||
consumer.registerProducer(producer, False)
|
||||
self.assertEqual(consumer.chunks, [b"abc", b"def", b"ghi"])
|
||||
self.assertEqual(consumer.done, True)
|
||||
|
||||
|
||||
# download_to_data() is effectively tested by some of the filenode tests, e.g.
|
||||
# test_immutable.py.
|
||||
|
Loading…
x
Reference in New Issue
Block a user