8000 Backslashes doesn't work when specifying the paths with `python.testing.unittestArgs` · Issue #11670 · microsoft/vscode-python · GitHub
[go: up one dir, main page]

Skip to content
Backslashes doesn't work when specifying the paths with python.testing.unittestArgs #11670
@karrtikr

Description

@karrtikr

The following discovers the tests,

  "python.testing.unittestArgs": [
    "-v",
    "-s",
    "C:/Users/karraj/Desktop/Desktop/test_demo/src",
    "-p",
    "*test*.py"
  ],

whereas

  "python.testing.unittestArgs": [
    "-v",
    "-s",
    "C:\\Users\\karraj\\Desktop\\Desktop\\test_demo\\src",
    "-p",
    "*test*.py"
  ],

doesn't.

Metadata

Metadata

Assignees

Labels

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0