add missing producer method to this dummy

This commit is contained in:
Jean-Paul Calderone 2021-03-17 14:33:58 -04:00
parent 4c15db2019
commit ac6b2c6177

View File

@ -425,6 +425,9 @@ class DummyProducer(object):
def resumeProducing(self): def resumeProducing(self):
pass pass
def stopProducing(self):
pass
@implementer(IImmutableFileNode) @implementer(IImmutableFileNode)
class FakeCHKFileNode(object): # type: ignore # incomplete implementation class FakeCHKFileNode(object): # type: ignore # incomplete implementation
"""I provide IImmutableFileNode, but all of my data is stored in a """I provide IImmutableFileNode, but all of my data is stored in a