enable pytest in the workspace

This commit is contained in:
Kevin Turcios 2025-02-24 15:46:55 -08:00
parent 7a0d46483d
commit 65dc2de141

View file

@ -7,20 +7,12 @@
"charliermarsh.ruff",
"ms-python.python",
]
},
{
"path": "docs"
},
{
"path": "tests"
},
{
"path": "code_to_optimize"
}
],
"settings": {
"python.defaultInterpreterPath": "~/miniforge3/envs/codeflash312/bin/python",
"python.terminal.activateEnvironment": true
"python.terminal.activateEnvironment": true,
"python.testing.pytestEnabled": true,
},
"launch": {
"version": "0.2.0",