def test_waizard_spider(): crawler = CrawlerProcess(get_project_settings()) crawler.crawl(WizardSpider) crawler.start()