mirror of
https://github.com/guezoloic/millesima-ai-engine.git
synced 2026-03-28 18:03:47 +00:00
ajout: ajout fonction json
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
from main import *
|
||||
|
||||
scraper = Scraper()
|
||||
|
||||
def test_soup():
|
||||
assert getsoup("https://example.com").find('h1').text == "Example Domain"
|
||||
assert scraper.getsoup().find('h1').text[3:12] == "MILLESIMA"
|
||||
|
||||
Reference in New Issue
Block a user