Skip to content

No code lenses shown for pytest #6303

@xiaofeng0123

Description

@xiaofeng0123

Visual Studio Code - Insiders: 1.36.0-insider
python-insider: 2019.6.21464-rc

Repro steps:

  1. Input below code:
def test_passing():
    assert 42 == 42
def test_failure():
    assert 42 == -13
  1. Run tests with pytest framework
  2. Run all tests

Actual Result:
No code lenses shown after run all tests
image

Expect Result:
It should display code lenses

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions