summaryrefslogtreecommitdiff
path: root/tests/test_formatting.py
Commit message (Expand)AuthorAgeFilesLines
* apply pyupgrade --py36-plusDavid Lord2020-04-191-5/+4
* manual cleanupDavid Lord2020-03-081-15/+15
* apply blackDavid Lord2020-03-061-131/+133
* add newline padding for multi-line option helpPeter Landoll2020-02-231-1/+37
* Added show_default parameter to Context enabling it globally.Yevgen Antymyrov2019-03-121-0/+16
* Add ability to truncate help text in docstrings.Robert Pooley2018-08-151-0/+29
* Adding a test checking for a custom param type related to #675JosiahDub2018-05-151-0/+20
* add format test for bad argument with metavarLokiHokie2018-05-141-1/+17
* Add test from #612 for usage error Argument formatStephen Rosen2018-05-141-4/+24
* Underscores are now replaced by dashes in commandsArmin Ronacher2018-03-311-4/+4
* issue #393: Add more tests to support changes.Ryan Siemens2016-04-141-0/+32
* issue #393: Usage error should show there is a --help optionRyan Siemens2016-04-121-0/+35
* New line indent relative to length of the prefixMark Thomas2015-06-131-2/+3
* Improve help text formatting.Mark Thomas2015-06-131-1/+37
* Fix formatting issue when last line of docstring is blankSimon Jagoe2015-04-261-0/+21
* Fix corner-case where subsequent wrapped lines are one character longerSimon Jagoe2014-10-221-1/+6
* Add failing test for formattingSimon Jagoe2014-10-221-0/+34
* Fixed a bug with whitespace preservation.Armin Ronacher2014-05-071-0/+9
* Added support for explicit terminal widths and disabling of rewrappingArmin Ronacher2014-05-061-0/+41