aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2020-06-28In LinePaginator.__init__(), fix scale_to_size ValueError messageGravatar Kyle Stanley-1/+1
Co-authored-by: Mark <[email protected]>
2020-06-28Lower LinePaginator max_size arg in CustomHelpCommand.send_bot_helpGravatar Kyle Stanley-1/+1
2020-06-28Fix grammar in LinePaginator.add_lines() docstringGravatar Kyle Stanley-1/+1
2020-06-28In LinePaginator, add limit of 2000 for max_size and scale_to_size argsGravatar Kyle Stanley-1/+11
2020-06-27Remove shortening of nomination reasonsGravatar Kyle Stanley-3/+3
* Since LinePaginator now supports long lines, there's no need to shorten the nomination reason to 200 characters.
2020-06-27In LinePaginator, use ellipses to show line continuationGravatar Kyle Stanley-1/+5
2020-06-27Add block comments to LinePaginator.add_line()Gravatar Kyle Stanley-0/+2
2020-06-27Improve LinePaginator docstringsGravatar Kyle Stanley-5/+15
2020-06-26Add space before comment in LinePaginator._split_remaining_words()Gravatar Kyle Stanley-0/+1
Co-authored-by: Leon Sandøy <[email protected]>
2020-06-26Improve LinePaginator.__init__() ValueError messageGravatar Kyle Stanley-1/+1
Co-authored-by: Leon Sandøy <[email protected]>
2020-06-26In LinePaginator, truncate words that exceed scale_to_sizeGravatar Kyle Stanley-12/+11
2020-06-26Correctly pass scale_to_size in LinePaginator.paginate()Gravatar Kyle Stanley-1/+2
2020-06-26Update LinePaginator.add_line() testsGravatar Kyle Stanley-5/+5
2020-06-26Simplify LinePaginator continuation headerGravatar Kyle Stanley-4/+7
2020-06-26Fix LinePaginator new page creationGravatar Kyle Stanley-8/+14
2020-06-26Account for spaces in LinePaginator._split_remaining_lines()Gravatar Kyle Stanley-1/+1