Visual Studio Code – Why Can't VS Code Directly Run Python unittest .py's Or Discover In Testing Tab
I was having issues with this when learning Python unittest for a larger project, so I reproduced it for a simple boilerplate project. I make a folder structure like this and have the project open in VS Code from the…