e-nms_qa_automation.1/conftest.py

7 lines
88 B
Python

from dotenv import load_dotenv
load_dotenv()
pytest_plugins = [
'fixtures.pages'
]