{ "python.testing.pytestArgs": [ "tests/pytest", "-vv", "--color=yes", "-s" ], "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true, "mypy-type-checker.args": [ "--config-file=libs/pyTermTk/pyproject.toml" ], "python.analysis.extraPaths": [ "libs/pyTermTk", "apps/", ] }