Skip to content

Commit 8322da7

Browse files
committed
enable pytest in the workspace
1 parent b4753d0 commit 8322da7

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

codeflash.code-workspace

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,12 @@
77
"charliermarsh.ruff",
88
"ms-python.python",
99
]
10-
},
11-
{
12-
"path": "docs"
13-
},
14-
{
15-
"path": "tests"
16-
},
17-
{
18-
"path": "code_to_optimize"
1910
}
2011
],
2112
"settings": {
2213
"python.defaultInterpreterPath": "~/miniforge3/envs/codeflash312/bin/python",
23-
"python.terminal.activateEnvironment": true
14+
"python.terminal.activateEnvironment": true,
15+
"python.testing.pytestEnabled": true,
2416
},
2517
"launch": {
2618
"version": "0.2.0",

0 commit comments

Comments
 (0)