-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
The json versions of the load_fixture function get the wrong path and I get the following error:
FileNotFoundError: [Errno 2] No such file or directory: '/home/vscode/.local/ha-venv/lib/python3.12/site-packages/pytest_homeassistant_custom_component/components/fixtures/group1.json'
The problem is here:
start_path = traceback.extract_stack()[-3].filenameIf load_fixture is called via another function, you have to go one step further back in the stack, making it -4
Moustachauve and catsmanac
Metadata
Metadata
Assignees
Labels
No labels