This repository has been archived on 2023-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
MirrorTea/.vscode/settings.json

7 lines
147 B
JSON
Raw Normal View History

2023-01-14 22:37:27 +00:00
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}