danish-dynaword / .vscode /settings.json
KennethEnevoldsen's picture
moved tests to allow for imports
936cd0c unverified
raw
history blame
151 Bytes
{
"python.testing.pytestArgs": [
"src/tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}