matejak/estimagus

View on GitHub
.vscode/settings.json

Summary

Maintainability
Test Coverage
{
    "python.linting.cwd": "",
    "python.testing.pytestArgs": [
        "tests"
    ],
    "python.testing.unittestEnabled": false,
    "python.testing.pytestEnabled": true,
    "python.testing.pytestPath": "venv/bin/pytest",
    "python.defaultInterpreterPath": "venv/bin/python"
}