flickerstrip-py/.vscode/settings.json

7 lines
147 B
JSON
Raw Normal View History

2021-12-18 12:56:58 -05:00
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}