Exemplo n.º 1
0
 def test_tinderbox_scraper(self):
     for test in tests_tinderbox_scraper:
         mozdownload.TinderboxScraper(destination=self.temp_dir,
                                      logger=self.logger,
                                      **test['args'])
Exemplo n.º 2
0
def test_tinderbox_scraper(tmpdir, args):
    """Test tinderbox scraper against the remote server."""
    mozdownload.TinderboxScraper(destination=tmpdir, **args)