12345678910111213 |
- {
- "python.pythonPath": "C:\\dev\\Python\\Python38-32\\python.exe",
- "python.testing.unittestArgs": [
- "-v",
- "-s",
- "./tests",
- "-p",
- "test_*.py"
- ],
- "python.testing.pytestEnabled": false,
- "python.testing.nosetestsEnabled": false,
- "python.testing.unittestEnabled": true
- }
|