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 c860ab6 commit d2672c9Copy full SHA for d2672c9
.vscode/settings.json
@@ -3,7 +3,7 @@
3
"python.testing.pytestEnabled": true,
4
"python.testing.pytestPath": "/Users/julian/Documents/GitHub/cheroot/.venv/bin/pytest",
5
"python.testing.pytestArgs": [
6
- "--rootdir=.",
+ "--rootdir=.",
7
"--import-mode=importlib" // Optional: A modern import mode that may help
8
]
9
}
0 commit comments