Skip to content
Snippets Groups Projects
Unverified Commit 9105542b authored by proohit's avatar proohit Committed by GitHub
Browse files

Add debug launch configuration for current open test file (#137177)

parent 9cbed483
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,14 @@
"--picked"
],
},
{
"name": "Home Assistant: Debug Current Test File",
"type": "debugpy",
"request": "launch",
"module": "pytest",
"console": "integratedTerminal",
"args": ["-vv", "${file}"]
},
{
// Debug by attaching to local Home Assistant server using Remote Python Debugger.
// See https://www.home-assistant.io/integrations/debugpy/
......@@ -77,4 +85,4 @@
]
}
]
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment