summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into clipboardkotfu2023-02-014-13/+7
|\
| * Deprecate support for Python 3.6 and remove dependency on attrs (#1257)Todd Leonhardt2023-01-314-13/+7
* | Add documentation for allow_clipboard attributekotfu2023-01-301-3/+8
* | Add allow_clipboard for #1225kotfu2023-01-281-15/+43
|/
* Fixed ValueError caused when passing Cmd.columnize() strings wider than displ...Kevin Van Brunt2023-01-271-1/+10
* Clean up spacingkotfu2022-11-051-1/+1
* Add tests for to_bool() when passing boolean valueskotfu2022-11-051-0/+5
* Enhance str_to_bool() to accept other typeskotfu2022-11-051-15/+23
* Fixed duplicate subparser name in test_add_parser_custom_completerMichał Górny2022-05-231-1/+1
* Moved documentation annotation stripping into utility function. Changed argpa...Eric Lin2022-04-251-2/+11
* Fix test suite ansi.allow_style handling (#1217)Jakub Kulík2022-04-131-17/+36
* Fixed type hint in unit test code2.4.0Kevin Van Brunt2022-02-221-2/+3
* Reduced amount of style characters carried over from previous lines when alig...Kevin Van Brunt2022-02-222-15/+186
* cmd2 now uses pyreadline3 when running any version of Python on WindowsKevin Van Brunt2022-02-172-24/+3
* Deleted cmd2.fg and cmd2.bg which were deprecated in 2.3.0. Use cmd2.Fg and c...Kevin Van Brunt2022-02-171-2/+0
* Added clearer exception handling to BorderedTable and SimpleTableKevin Van Brunt2021-11-241-1/+23
* Added unit tests for right-aligned numbers in completion hint tablesKevin Van Brunt2021-11-181-22/+49
* ArgparseCompleter now sorts CompletionItems created with numerical values as ...Kevin Van Brunt2021-11-182-44/+53
* Added ability to use CompletionItems as argparse choicesKevin Van Brunt2021-11-182-1/+56
* Added ability to set border background color on BorderTables and AlternatingT...Kevin Van Brunt2021-11-101-27/+28
* Added type checks to ansi.style()Kevin Van Brunt2021-10-271-1/+11
* Updated table example.Kevin Van Brunt2021-10-261-15/+15
* Added ability to colorize all aspects of SimpleTablesKevin Van Brunt2021-10-251-15/+38
* Added unit test for Cmd.select() return valuesKevin Van Brunt2021-10-251-0/+38
* Added ability to colorize all aspects of BorderedTables and AlternatingTables.Kevin Van Brunt2021-10-192-41/+69
* Added support for 8-bit/256-colors with the cmd2.EightBitFg and cmd2.EightBit...Kevin Van Brunt2021-10-187-160/+270
* Added settings to Column class which prevent a table from overriding existing...Kevin Van Brunt2021-10-131-6/+33
* Updated async_alert() to account for self.prompt not matching Readline's curr...Kevin Van Brunt2021-09-141-21/+16
* Argparse tab completer will complete remaining flag names if there are no mor...Kevin Van Brunt2021-09-071-0/+14
* Added ap_completer_type arg to Cmd2ArgumentParser.__init__().Kevin Van Brunt2021-09-011-28/+149
* Refactored custom ArgparseCompleter functionality so they will now be set usi...Kevin Van Brunt2021-09-011-2/+2
* Added self.last_result unit tests for the history command.Kevin Van Brunt2021-08-251-9/+54
* Added self.last_result unit tests for run_script, _relative_run_script, and s...Kevin Van Brunt2021-08-251-1/+33
* Fixed extra space appended to each alias by "alias list" command.Kevin Van Brunt2021-08-252-2/+61
* Merge branch 'master' into topic_widthKevin Van Brunt2021-08-232-6/+57
|\
| * Removed DEFAULT_ARGUMENT_PARSER and DEFAULT_COMMAND_COMPLETER from __init.py__Kevin Van Brunt2021-08-231-6/+4
| * Applied black formatEric Lin2021-08-231-1/+2
| * * New function `set_default_command_completer_type()` allows developer to ext...Eric Lin2021-08-231-0/+52
* | set command output now uses SimpleTable.Kevin Van Brunt2021-08-195-61/+88
|/
* Fixing tests on Python 3.10Kevin Van Brunt2021-06-175-35/+33
* Removed obsolete unit testKevin Van Brunt2021-06-141-27/+2
* Added unit tests for History and StatementKevin Van Brunt2021-06-142-0/+118
* Merge branch 'master' into make-run_editor-publicTodd Leonhardt2021-05-241-1/+1
|\
| * do_eof() now just calls the quit functionKevin Van Brunt2021-05-171-1/+1
* | Make _run_editor() publicSimon J. Rowe2021-05-141-3/+3
|/
* Removed cmd2.Cmd.quit_on_sigint.Kevin Van Brunt2021-04-301-25/+2
* Stopping a shell command with Ctrl-C now raises a KeyboardInterrupt to suppor...Kevin Van Brunt2021-04-301-0/+17
* Changed default behavior of runcmds_plus_hooks() to not stop when Ctrl-C is p...Kevin Van Brunt2021-04-301-7/+7
* Renamed silent_startup_script to silence_startup_script for clarityKevin Van Brunt2021-04-281-4/+4
* Style changes from running black on Python 3.9Kevin Van Brunt2021-04-273-3/+3