This commit is contained in:
@@ -4,7 +4,7 @@ from bs4 import BeautifulSoup
|
||||
import pytest
|
||||
|
||||
|
||||
def test_load_recipe():
|
||||
def test_load_page():
|
||||
page = scrape.load_recipe("https://hs.andreistoica.ca:4943")
|
||||
assert type(page) == BeautifulSoup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user