Lambda-School-Labs/pt-synaps-ds

View on GitHub
.vscode/settings.json

Summary

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