summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 512342bae3dd8ae579058fe909abae5725053a50 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "python.testing.unittestArgs": [
        "-v",
        "-s",
        "./tests",
        "-p",
        "test_*.py"
    ],
    "python.testing.pytestEnabled": false,
    "python.testing.unittestEnabled": true,
}