Files
bpe-jigsaw/.vscode/settings.json
2025-10-28 20:28:27 -04:00

8 lines
136 B
JSON

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