Example #1
0
 def setUp(self):
     # tests are run from tests.py
     with open(
             os.path.join(os.path.dirname(os.path.realpath(__file__)),
                          'test_data',
                          'thevintagemixer.testhtml')) as file_opened:
         self.harvester_class = TheVintageMixer(file_opened, test=True)
Example #2
0
 def setUp(self):
     # tests are run from tests.py
     with open(
             os.path.join(os.getcwd(), 'recipe_scrapers', 'tests',
                          'test_data',
                          'thevintagemixer.testhtml')) as file_opened:
         self.harvester_class = TheVintageMixer(file_opened, test=True)