Files
BibAPI/.vscode/settings.json
WorldTeacher 3270173fd9
Some checks failed
/ typecheck (pull_request) Failing after 1m27s
chore: add VSCode settings for pytest configuration
2025-11-11 14:22:00 +01:00

7 lines
147 B
JSON

{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}