Testing Python in Visual Studio Code
https://code.visualstudio.com/docs/python/testingSpecifies whether pytest is enabled as the test framework. The equivalent setting for unittest should be disabled. pytestPath "pytest" Path to pytest. Use a full path if pytest is located outside the current environment. pytestArgs [] Arguments to pass to pytest, where each element that's separated by a space is a separate item in the list.