revert conftest.py
parent
498639a753
commit
9901d887e0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue