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!!!