4) ArgsService: Common
pytest
Check for new/unrecognized options with values:
AssertionError [ERR_ASSERTION]: unhandled flags: --code-highlight,--durations-min
+ expected - actual
-2
+0
at Context.<anonymous> (/Users/kimiguel/Documents/vscode-python/src/test/testing/argsService.test.ts:73:17)
at processImmediate (internal/timers.js:439:21)
5) ArgsService: Common
pytest
Check for new/unrecognized options without values:
AssertionError [ERR_ASSERTION]: unhandled flags: --no-header,--no-summary,--strict-config
+ expected - actual
-3
+0
at Context.<anonymous> (/Users/kimiguel/Documents/vscode-python/src/test/testing/argsService.test.ts:79:17)
at processImmediate (internal/timers.js:439:21)
Causing single-workspace tests to fail: