Skip to content
Snippets Groups Projects
Commit 69b5172e authored by Petrus Hyvönen's avatar Petrus Hyvönen
Browse files

Config for vscode IDE tests

parent 818f2c45
Branches 12.0.2-packaging
No related tags found
1 merge request!5Additional tests
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true,
"purpose": ["debug-in-terminal"]
}
]
}
\ No newline at end of file
{
"python.testing.cwd": "${workspaceFolder}/test",
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
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