Skip to content

Add support for pytest 6 arguments #15094

@kimadeline

Description

@kimadeline

Causing single-workspace tests to fail:

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)

Metadata

Metadata

Assignees

Labels

area-testingbugIssue identified by VS Code Team member as probable bug

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions