mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
enable pytest in the workspace
This commit is contained in:
parent
7a0d46483d
commit
65dc2de141
1 changed files with 2 additions and 10 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue