more than 12 test ok

This commit is contained in:
2025-07-03 15:25:21 +02:00
parent 524c4ca028
commit 691392988f
5 changed files with 5 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ from bs4 import BeautifulSoup
EMAIL1 = "admin@irontemple.com"
EMAIL2 = "john@simplylift.co"
@pytest.fixture
def club1():
data = {"competition": "Spring Festival", "club": "Iron Temple"}
@@ -27,4 +28,3 @@ def connect(client):
soup = BeautifulSoup(response.data, 'html.parser')
return soup