mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-02 20:48:53 +00:00
nicer assert
This commit is contained in:
parent
9df84e71fe
commit
2fd2a9b2c7
@ -1553,10 +1553,9 @@ class SingleMagicFolderTestMixin(MagicFolderCLITestMixin, ShouldFailMixin, Reall
|
|||||||
yield iterate_uploader(self.magicfolder)
|
yield iterate_uploader(self.magicfolder)
|
||||||
yield iterate_uploader(self.magicfolder) # req'd for windows; not sure why?
|
yield iterate_uploader(self.magicfolder) # req'd for windows; not sure why?
|
||||||
|
|
||||||
# status we got each time should be the same
|
# no matter which part of the queue the items are in, we
|
||||||
self.assertEqual(len(upstatus0), len(upstatus1))
|
# should see the same status from the outside
|
||||||
for item0, item1 in zip(upstatus0, upstatus1):
|
self.assertEqual(upstatus0, upstatus1)
|
||||||
self.assertEqual(item0, item1)
|
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def test_real_notify_failure(self):
|
def test_real_notify_failure(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user