Exemple #1
0
 def __init__(self,
              start_pages,
              config=Config(),
              work_executor_factory=WorkExecutorFactory()):
     self.start_pages = start_pages
     self.config = config
     self.work_executor_factory = work_executor_factory
Exemple #2
0
 def setUp(self):
     self.work_executor_factory = WorkExecutorFactory()