We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Repro:
Go into settings, put a bogus arg into settings (note --silly)
"python.testing.unittestArgs": [ "-v", "-s", "./py-unit-tests", "-p", "test*.py", "-b", "--silly" ],
Now run tests. They still run, even though this is invalid!!!