aboutsummaryrefslogtreecommitdiffstats
path: root/tests/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* feat: add split_long_str() splitting strings keeping lines intactMatěj Cepl2024-07-191-0/+0
todo.sr.ht has limited size of comments to 16k characters. When splitting a string to multiple ones, we don't want to split lines in the middle. Also, start at least some unit tests.