def setUp(self):
     # tests are run from tests.py
     with open(
             os.path.join(os.getcwd(), 'recipe_scrapers', 'tests',
                          'test_data',
                          'twopeasandtheirpod.testhtml')) as file_opened:
         self.harvester_class = TwoPeasAndTheirPod(file_opened, test=True)
Пример #2
0
 def setUp(self):
     # tests are run from tests.py
     with open(
             os.path.join(os.path.dirname(os.path.realpath(__file__)),
                          'test_data',
                          'twopeasandtheirpod.testhtml')) as file_opened:
         self.harvester_class = TwoPeasAndTheirPod(file_opened, test=True)