Skip to content

expression drill-down gone?Β #5

@davidszotten

Description

@davidszotten

while the diffs are super helpful, it looks like it loses the very handy drill-down features:

def test_a():
    assert len([1, 2, 3]) == len([1, 2])

without plugin

test_foo.py:2: in test_a
    assert len([1, 2, 3]) == len([1, 2])
E   assert 3 == 2
E    +  where 3 = len([1, 2, 3])
E    +  and   2 = len([1, 2])

with plugin

test_foo.py:2: in test_a
    assert len([1, 2, 3]) == len([1, 2])
E   assert equals failed
E     3                                       2

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions