mirror of
https://github.com/guezoloic/millesima_projetS6.git
synced 2026-03-28 19:13:42 +00:00
5 lines
115 B
Python
5 lines
115 B
Python
from main import *
|
|
|
|
def test_soup():
|
|
assert getsoup("https://example.com").find('h1').text == "Example Domain"
|