mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Add vscode task to run changed tests (#103501)
This commit is contained in:
parent
381d8abd58
commit
8e99760595
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
@ -22,6 +22,14 @@
|
|||||||
"args": ["--debug", "-c", "config", "--skip-pip"],
|
"args": ["--debug", "-c", "config", "--skip-pip"],
|
||||||
"preLaunchTask": "Compile English translations"
|
"preLaunchTask": "Compile English translations"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Home Assistant: Changed tests",
|
||||||
|
"type": "python",
|
||||||
|
"request": "launch",
|
||||||
|
"module": "pytest",
|
||||||
|
"justMyCode": false,
|
||||||
|
"args": ["--timeout=10", "--picked"],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
// Debug by attaching to local Home Assistant server using Remote Python Debugger.
|
// Debug by attaching to local Home Assistant server using Remote Python Debugger.
|
||||||
// See https://www.home-assistant.io/integrations/debugpy/
|
// See https://www.home-assistant.io/integrations/debugpy/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user