Skip to content

Commit 1336945

Browse files
added testing support
1 parent 121f942 commit 1336945

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
2-
"python.pythonPath": "/Users/aiuw003/miniconda3/envs/100-DAYS-OF-CODE-WITH-PYTHON/bin/python"
2+
"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
39
}

0 commit comments

Comments
 (0)