Skip to content

PytrizeJumpFixture jumps to start of the line not where the fixture definition starts #5

@sigfriedCub1990

Description

@sigfriedCub1990

I we have this:

import pytest

class TestMyClass:
  @pytest.fixture
  def my_fixture(self): ...

  def test_something(self, my_fixture): ...

Executing PytrizeJumpFixture over my_fixture in test_something jumps to fixture definition but col 0.

Expected

Should jump to the d in def my_fixture(self).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions