summaryrefslogtreecommitdiff
path: root/tests/test_transforms_post_transforms.py
Commit message (Collapse)AuthorAgeFilesLines
* Review commentsAdam Turner2022-06-011-1/+1
|
* Fix testAdam Turner2022-06-011-1/+2
|
* Add a testAdam Turner2022-06-011-0/+8
|
* `.read_text()` -> `.read_text(encoding='utf8')`Adam Turner2022-04-271-3/+3
|
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
|
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
|
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
|
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
|
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
|
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
|
* Fix #9240: Unknown node error for pending_xref_condition is raisedTakeshi KOMIYA2021-05-181-0/+58
Unknown node error for pending_xref_condition is raised if an extension that does not support the node installs a missing-reference handler.