hjwp / hjwp/pytest-icdiff

expression drill-down gone?

Open
#5 3 comments 2 reactions 0 assignees View on GitHub
help wanted
Dominant language
Python
Stars
329
Forks
16
PR merge metrics
No merged PRs in 30d

Description

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
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.