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 5caeef0 commit 83a7656Copy full SHA for 83a7656
.vscode/settings.json
@@ -0,0 +1,10 @@
1
+{
2
+ "python.testing.pytestArgs": [
3
+ "tests"
4
+],
5
+ "python.testing.unittestEnabled": false,
6
+ "python.testing.pytestEnabled": true,
7
+ "python.analysis.extraPaths": [
8
+ "./src"
9
+ ]
10
+}
fuzzylogic.code-workspace
@@ -1,12 +1,8 @@
{
"folders": [
- "path": "./src/"
+ "path": "."
},
- {
- "name": "__pycache__",
- "path": "src/fuzzylogic/__pycache__"
- }
],
11
"settings": {
12
"python.testing.pytestEnabled": true
src/.vscode/settings.json
@@ -1,6 +1,6 @@
"python.testing.pytestArgs": [
- "fuzzylogic"
+ "."
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
0 commit comments