New issue 494: Better assertion help when comparing lists
https://bitbucket.org/hpk42/pytest/issue/494/better-assertion-help-when-comparing-lists

Ionel Maries Cristian:

Example output
```
    > assert hist == ['before', 'the-return-valuex', 'after', 'finally', 
'closed']
    E assert ['before', 't...ly', 'closed'] == ['before', 'th...ly', 'closed']
    E At index 1 diff: 'the-return-value' != 'the-return-valuex'
```
I use these options:
```
 -rxEfs
--strict
--ignore docs/conf.py
--ignore setup.py
--doctest-modules
--doctest-glob \*.rst
--tb short
```


_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to