mirror of
https://github.com/guezoloic/millesima-ai-engine.git
synced 2026-03-28 18:03:47 +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"
|