revert conftest.py

Bug476-LiMengdie
AliasJeff 2024-04-15 11:12:35 +08:00
parent 498639a753
commit 9901d887e0
1 changed files with 1 additions and 2 deletions

View File

@ -4,10 +4,9 @@ import time
from selenium import webdriver from selenium import webdriver
from pathlib import Path from pathlib import Path
@pytest.fixture @pytest.fixture
def URL(): def URL():
return 'http://127.0.0.1:5000' # URL of the program return 'http://127.0.0.1:5000' # URL of the program
@pytest.fixture @pytest.fixture