1
I am unable to configure the unit test feature of Visual Studio Code. The extension keeps informing that no test has been found:
My argument setting is in default mode, ie:
#// Arguments passed in. Each argument is a separate item in the array.
"python.unitTest.unittestArgs": [
"-v",
"-s",
".",
"-p",
"*test*.py"
],
And the structure of my project is this:
That is, the extension is not locating the module guardtest inside the briefcase tests.
Follows the link description of the resource.