mirror of
https://github.com/guezoloic/millesima_projetS6.git
synced 2026-03-28 19:13:42 +00:00
fix: test fichier a part
This commit is contained in:
4
test_main.py
Normal file
4
test_main.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from main import *
|
||||
|
||||
def test_soup():
|
||||
assert getsoup("https://example.com").find('h1').text == "Example Domain"
|
||||
Reference in New Issue
Block a user