summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | Add black for automatic code formatTodd Leonhardt2021-01-3116-989/+1592
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Remove all use of AppVeyor for Windows testing because it is slower than GitH...Todd Leonhardt2021-01-301-2/+0
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Printing error when OSError other than FileNotFoundError occurs when deleting...Kevin Van Brunt2021-01-291-1/+12
* | | | | | | | | | | | | | | Added more validation to TableCreatorKevin Van Brunt2021-01-291-0/+4
* | | | | | | | | | | | | | | Fixed width calculation when table column headers had tabsKevin Van Brunt2021-01-281-12/+30
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Added option to run startup scripts silentlyKevin Van Brunt2021-01-221-4/+13
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-2213-40/+134
* | | | | | | | | | | | | Skip a test which is failing on Python 3.8 and 3.9 for now to fix a unit testTodd Leonhardt2021-01-211-0/+1
* | | | | | | | | | | | | Fix unit test that was failing when EDITOR environment variable was seteditorsTodd Leonhardt2020-11-211-2/+2
* | | | | | | | | | | | | Updated utils.find_editor() to include more Windows editorsKevin Van Brunt2020-11-191-49/+12
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | feat(utils): probe editors in system pathMikhail Ushanov2020-11-172-18/+59
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Fixed bug where setting always_show_hint=True did not show a hint when comple...settable_hintKevin Van Brunt2020-11-121-0/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Format multiline docstrings to match other help messagesBambu2020-10-091-0/+15
* | | | | | | | | | Fixed issue where quoted redirectors and terminators in aliases and macros we...Kevin Van Brunt2020-09-301-10/+13
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge branch 'master' into silenceKevin Van Brunt2020-09-171-0/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Minor type hinting fixes.Eric Lin2020-09-111-0/+7
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Added --silent flag to alias/macro create.Kevin Van Brunt2020-09-101-0/+30
|/ / / / / / / /
* | | | | | | | argparse tab completion now groups flag names which run the same action. Opti...Kevin Van Brunt2020-09-091-26/+44
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Added always_show_hint settingKevin Van Brunt2020-09-053-11/+48
| |_|_|_|_|/ |/| | | | |
* | | | | | Added unit tests for CommandSet callbacksKevin Van Brunt2020-09-011-4/+4
| |_|_|_|/ |/| | | |
* | | | | Fixed issue where subcommand added with @as_subcommand_to decorator did not d...Kevin Van Brunt2020-08-271-9/+37
* | | | | the with_argparse() decorator was incorrectly using a parsed statement object...1.3.7Eric Lin2020-08-271-0/+17
| |_|_|/ |/| | |
* | | | The functions cmd2 adds to Namespaces (get_statement() and get_handler()) are...Kevin Van Brunt2020-08-263-4/+13
| |_|/ |/| |
* | | Fixed RecursionError when printing an argparse.Namespace caused by custom att...Kevin Van Brunt2020-08-252-1/+24
| |/ |/|
* | Added tests for invalid subcommandsEric Lin2020-08-201-0/+63
* | Minor formatting changes. Fixed some inaccurate commentsEric Lin2020-08-201-19/+72
* | Updated documentation with more explicit discussions on testingEric Lin2020-08-201-1/+14
|/
* Fixed tab completion bug when using CompletionItem on an argument whose metav...Kevin Van Brunt2020-08-131-5/+73
* Add unit test and update CHANGELOGTodd Leonhardt2020-08-121-0/+7
* Verify that a completer function is defined in a CommandSet beforeEric Lin2020-08-061-0/+83
* Marked with_arparser_and_unknown_args deprecated and consolidatedEric Lin2020-08-044-8/+9
* Moved commandset tests into an isolated testEric Lin2020-08-041-367/+0
* Sort imports using isortTodd Leonhardt2020-08-041-5/+2
* Added more command validation. Moved some common behavior into private functi...Eric Lin2020-08-041-9/+51
* Added explicit tests for dir and setattr. Minor type hinting changesEric Lin2020-08-041-0/+24
* Fixes issue with locating help_ annd complete_ functions when autoloading com...Eric Lin2020-08-041-10/+136
* add ability to remove commands and commandsetsEric Lin2020-08-042-3/+94
* Added new constructor parameter to flag whether commands should autoload. Add...Eric Lin2020-08-041-0/+86
* Some minor cleanup of how imports work. Fixed issue with help documentation f...Eric Lin2020-08-041-3/+9
* Merge branch 'master' into hint_bugKevin Van Brunt2020-06-012-1/+69
|\
| * Removed pwarning() calls when command raises SystemExitKevin Van Brunt2020-05-282-1/+54
| * Added SkipPostcommandHooks exception and made Cmd2ArgparseError inherit from it.Kevin Van Brunt2020-05-071-0/+15
* | Changed how SimpleTable creates divider when divider_char is wide. It no long...Kevin Van Brunt2020-06-011-28/+57
* | Added unit tests for base_width()Kevin Van Brunt2020-05-281-3/+54
* | Updated argparse_completer to use TableCreator for the hint tableKevin Van Brunt2020-05-281-42/+52
|/
* Added info on semantic versioning and branching strategy to CONTRIBUTING.mdTodd Leonhardt2020-04-2413-21/+48
* Updated _set_parser_prog() so future calls to add_parser() will set the corre...Kevin Van Brunt2020-04-231-1/+8
* Fixed issue where subcommand usage text could contain a subcommand alias inst...Kevin Van Brunt2020-04-231-10/+52
* Fix unit test which made incorrect assumption that vi editor would exist on a...Todd Leonhardt2020-04-231-8/+3
* Merge branch 'master' into table_creatorKevin Van Brunt2020-04-221-5/+32
|\