Files
pytest2/changelog/9163.bugfix.rst
Ran Benita 6a5211f369 rewrite: fixup end_lineno, end_col_offset of rewritten asserts
These are new additions in Python 3.8:
https://docs.python.org/3/whatsnew/3.8.html#ast
I'm not sure what's using them but we should set them anyway.
2021-10-05 10:51:09 +03:00

2 lines
96 B
ReStructuredText

The end line number and end column offset are now properly set for rewritten assert statements.