summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added self.last_result unit tests for the history command.unit_testsKevin Van Brunt2021-08-241-9/+54
* Added self.last_result unit tests for run_script, _relative_run_script, and s...Kevin Van Brunt2021-08-241-1/+33
* Fixed extra space appended to each alias by "alias list" command.Kevin Van Brunt2021-08-242-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
* Made the amount of space between columns in a SimpleTable configurablecolumn_spacingKevin Van Brunt2021-04-211-0/+17
* Increased unit test coverage for pexcept()Kevin Van Brunt2021-04-131-0/+28
* Updated main code to use f-stringsKevin Van Brunt2021-04-131-3/+3
* And that's the last of it. Passes mypy.Eric Lin2021-04-061-5/+5
* Replaced some pexcept() calls with perror().Kevin Van Brunt2021-04-022-22/+15
* Renamed use_ipython keyword parameter of cmd2.Cmd.__init__() to include_ipy.Kevin Van Brunt2021-03-305-43/+58
* No longer using -1 as an exit codeexit_codeKevin Van Brunt2021-03-231-1/+1
* onecmd_plus_hooks() now sets self.exit_code when a SystemExit handledKevin Van Brunt2021-03-232-2/+6
* Resolves comments from PREric Lin2021-03-183-3/+9
* Added testsEric Lin2021-03-181-1/+2
* Each CommandSet's settables are defined separately. cmd2.Cmd searches all reg...Eric Lin2021-03-181-4/+3
* Fixed issue where argparse choices could not be CompletionItemsKevin Van Brunt2021-03-021-0/+19
* Merge branch 'master' into formatted_completionsKevin Van Brunt2021-03-021-107/+74
|\
| * Merge branch 'master' into history_fixKevin Van Brunt2021-03-022-3/+36
| |\
| * \ Merge branch 'master' into history_fixhistory_fixTodd Leonhardt2021-03-021-0/+8
| |\ \
| * \ \ Update CHANGELOG with info on recent bug fix PRTodd Leonhardt2021-03-011-11/+45
| |\ \ \
| * | | | Fixed issue where HistoryItem indexes were being reusedKevin Van Brunt2021-02-231-107/+74
* | | | | Added support for ANSI styles and newlines in tab completion resultsKevin Van Brunt2021-03-022-10/+28
| |_|_|/ |/| | |
* | | | Added cmd2.exceptions.PassThroughExceptionexception_passthroughKevin Van Brunt2021-03-022-3/+36
| |_|/ |/| |
* | | Moved empty line check in table creatorKevin Van Brunt2021-03-021-0/+8
| |/ |/|
* | Fixed issue where TableCreator was tossing blank last linestable_newlineKevin Van Brunt2021-03-011-11/+45
|/
* Deprecate Python 3.5Todd Leonhardt2021-02-205-43/+15
* Fixed black, isort, flake8, and doc8 issuesTodd Leonhardt2021-02-195-158/+163
* Merge branch 'master' into blackTodd Leonhardt2021-02-196-272/+278
|\
| * Merge branch 'master' into 2.0Todd Leonhardt2021-01-311-2/+0
| |\
| * \ Merge branch 'master' into 2.0Kevin Van Brunt2021-01-292-13/+46
| |\ \
| * \ \ Merge branch 'master' into 2.0Kevin Van Brunt2021-01-281-4/+13
| |\ \ \
| * | | | Removed with_argparser_and_unknown_args since it was deprecated in 1.3.0.Kevin Van Brunt2021-01-222-2/+2
| * | | | Removed --silent flag from alias/macro create since startup scripts can be ru...Kevin Van Brunt2021-01-221-14/+0
| * | | | Merge branch 'master' into 2.0Kevin Van Brunt2021-01-2213-88/+146
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into 2.0Todd Leonhardt2020-11-212-18/+59
| |\ \ \ \ \