Skip to content

Commit

Permalink
webscrape changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pathos315 committed Jul 30, 2024
1 parent 7e275e7 commit 2beafc6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_webscrapers.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ class DummyWebScraper(WebScraper):
def obtain(self, search_text):
return None

def process_response(self, search_text, response):
pass

def format_request(self, search_text):
pass


@pytest.mark.skip
def test_webscraper_init():
Expand Down

0 comments on commit 2beafc6

Please sign in to comment.