12345678910111213141516171819 |
- {
- "python.pythonPath": "/usr/bin/python",
- "python.testing.unittestArgs": [
- "-v",
- "-s",
- "./tests",
- "-p",
- "test_*.py"
- ],
- "python.testing.pytestEnabled": true,
- "python.testing.nosetestsEnabled": false,
- "python.testing.unittestEnabled": true,
- "python.linting.pylintEnabled": false,
- "python.linting.flake8Enabled": true,
- "python.linting.enabled": true,
- "python.testing.pytestArgs": [
- "tests"
- ]
- }
|