Note download_to_data() is tested elsewhere.

This commit is contained in:
Itamar Turner-Trauring 2021-03-31 10:50:50 -04:00
parent d3a8094630
commit 1ef33d3d69

View File

@ -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.