Add vscode task to run changed tests (#103501)
parent
381d8abd58
commit
8e99760595
|
@ -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…
Reference in New Issue