|
50 | 50 | // "python.defaultInterpreterPath": "${workspaceFolder}/venv2/bin/python", |
51 | 51 | // "python.defaultInterpreterPath": "venv2/bin/python", |
52 | 52 | // "python.diagnostics.sourceMapsEnabled": true, |
53 | | - "python.envFile": "${workspaceFolder}/.env", |
| 53 | + "python.envFile": "${workspaceFolder}/.env/dev.env", |
| 54 | + // "python.envFile": "${workspaceFolder}/.env/test.env", |
| 55 | + // "python.envFile": "${workspaceFolder}/.env/pred.env", |
| 56 | + // "python.envFile": "${workspaceFolder}/.env/prod.env", |
54 | 57 | // "python.pythonPath": "${workspaceFolder}/venv2/bin/python", |
55 | 58 | // "python.pythonPath": "venv2/bin/python", |
56 | 59 | // "python.pythonPath": "venv2\\Scripts\\python.exe", |
|
83 | 86 | // "python.testing.autoTestDiscoverOnSaveEnabled": true, |
84 | 87 | "python.testing.cwd": "${workspaceFolder}", |
85 | 88 | "python.testing.nosetestsEnabled": false, |
86 | | - "python.testing.pytestEnabled": false, |
87 | | - "python.testing.unittestEnabled": true, |
88 | | - // https://github.com/microsoft/vscode-python/discussions/15997#discussioncomment-636389 |
89 | | - "python.testing.unittestArgs": [ |
90 | | - "-v", |
| 89 | + "python.testing.pytestEnabled": true, |
| 90 | + "python.testing.pytestArgs": [ |
| 91 | + // "--disable-pytest-warnings", |
91 | 92 | "-s", |
92 | | - ".", |
93 | | - "-p", |
94 | | - "test_*.py" |
| 93 | + "-v", |
95 | 94 | ], |
| 95 | + "python.testing.unittestEnabled": false, |
| 96 | + // https://github.com/microsoft/vscode-python/discussions/15997#discussioncomment-636389 |
| 97 | + // "python.testing.unittestArgs": [ |
| 98 | + // "-v", |
| 99 | + // "-s", |
| 100 | + // ".", |
| 101 | + // "-p", |
| 102 | + // "test_*.py" |
| 103 | + // ], |
96 | 104 | // "workbench.settings.openDefaultSettings": true, |
97 | 105 | // "workbench.settings.editor": "ui", |
98 | 106 | // "workbench.settings.openDefaultKeybindings": true, |
|
0 commit comments