mirror of
https://github.com/guezoloic/millesima_projetS6.git
synced 2026-03-28 19:13:42 +00:00
7 lines
124 B
Python
7 lines
124 B
Python
from main import *
|
|
|
|
scraper = Scraper()
|
|
|
|
def test_soup():
|
|
assert scraper.getsoup().find('h1').text[3:12] == "MILLESIMA"
|