Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit b8677b6

Browse files
committed
Add VS code config for running tests on a file
1 parent 55a711e commit b8677b6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.vscode/launch.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88
"program": "${file}",
99
"console": "integratedTerminal",
1010
"justMyCode": false
11+
},
12+
{
13+
"name": "Sage: Test",
14+
"type": "python",
15+
"request": "launch",
16+
"program": "${workspaceFolder}/src/bin/sage-runtests",
17+
"args": [
18+
"${file}"
19+
],
20+
"console": "integratedTerminal",
21+
"justMyCode": false
1122
}
1223
],
1324
}

0 commit comments

Comments
 (0)