sn-translator/.vscode/settings.json

6 lines
136 B
JSON
Raw Permalink Normal View History

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