Skip to content

Commit 8e99760

Browse files
authored
Add vscode task to run changed tests (home-assistant#103501)
1 parent 381d8ab commit 8e99760

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.vscode/launch.json

+8
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@
2222
"args": ["--debug", "-c", "config", "--skip-pip"],
2323
"preLaunchTask": "Compile English translations"
2424
},
25+
{
26+
"name": "Home Assistant: Changed tests",
27+
"type": "python",
28+
"request": "launch",
29+
"module": "pytest",
30+
"justMyCode": false,
31+
"args": ["--timeout=10", "--picked"],
32+
},
2533
{
2634
// Debug by attaching to local Home Assistant server using Remote Python Debugger.
2735
// See https://www.home-assistant.io/integrations/debugpy/

0 commit comments

Comments
 (0)