ulikoehler/UliEngineering

View on GitHub
.vscode/settings.json

Summary

Maintainability
Test Coverage
{
    "python.testing.pytestEnabled": false,
    "python.testing.unittestEnabled": true,
    "python.testing.nosetestsEnabled": false,
    "python.testing.unittestArgs": [
        "-v",
        "-s",
        "./tests",
        "-p",
        "Test*.py"
    ],
    "files.exclude": {
        "**/*.pyc": true,
        "**/__pycache__": true,
        ".eggs": true
    }
}