I am not able to configure the Visual Studio Code unit testing feature. The extension goes on to say that no tests were found:
Myargumentsettingisindefaultmode,ie:
#//Argumentspassedin.Eachargumentisaseparateiteminthearray."python.unitTest.unittestArgs": [
"-v",
"-s",
".",
"-p",
"*test*.py"
],
And the structure of my project is this:
Thatis,theextensionisnotlocatingtheguardtestmoduleinsidethetestsfolder.
Followthe link of the feature description.