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