{ "python.testing.pytestArgs": [ "tests" ], "python.testing.unittestEnabled": true, "python.testing.pytestEnabled": false, "python.testing.unittestArgs": [ "-v", "-s", "./tests", "-p", "test_*.py" ] }