expression drill-down gone?
Open
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.