amilcarlucas/MethodicConfigurator

View on GitHub
.vscode/settings.json

Summary

Maintainability
Test Coverage
{
    "grammarly.files.include": ["**/*.md", "**/*.txt", "**/*.json", "**/*.py"],
    "python.testing.cwd": "${workspaceFolder}/MethodicConfigurator",
    "python.testing.unittestArgs": [
        "-v",
        "-s",
        "../unittests",
        "-p",
        "*_test.py"
    ],
    "python.testing.pytestEnabled": false,
    "python.testing.unittestEnabled": true,
    "cSpell.words": [
        "multicopter"
    ]
}