We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121f942 commit 1336945Copy full SHA for 1336945
.vscode/settings.json
@@ -1,3 +1,9 @@
1
{
2
- "python.pythonPath": "/Users/aiuw003/miniconda3/envs/100-DAYS-OF-CODE-WITH-PYTHON/bin/python"
+ "python.pythonPath": "/Users/aiuw003/miniconda3/envs/100-DAYS-OF-CODE-WITH-PYTHON/bin/python",
3
+ "python.testing.pytestArgs": [
4
+ "."
5
+ ],
6
+ "python.testing.unittestEnabled": false,
7
+ "python.testing.nosetestsEnabled": false,
8
+ "python.testing.pytestEnabled": true
9
}
0 commit comments