Skip to content

Commit

Permalink
Updated test after changing class name
Browse files Browse the repository at this point in the history
  • Loading branch information
sammyfung committed May 29, 2024
1 parent 6033f6e commit 3206d45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.

This file was deleted.

8 changes: 8 additions & 0 deletions weatherdatascraper/weatherdatascraper/tests/test_HKO.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from scrapy.crawler import CrawlerProcess
from weatherdatascraper.spiders.HKORegionalWeather import HKORegionalWeatherSpider


def test_hko_regional_weather_spider():
process = CrawlerProcess()
process.crawl(HKORegionalWeatherSpider)
process.start()

0 comments on commit 3206d45

Please sign in to comment.