summaryrefslogtreecommitdiff
path: root/tests_isolated
Commit message (Expand)AuthorAgeFilesLines
* Deprecate support for Python 3.6 and remove dependency on attrs (#1257)Todd Leonhardt2023-01-311-2/+0
* cmd2 now uses pyreadline3 when running any version of Python on WindowsKevin Van Brunt2022-02-171-12/+3
* Fixed issue where a ns_provider could be passed None instead of its correct c...2.3.2Kevin Van Brunt2021-11-221-0/+43
* Updated change log2.3.0Kevin Van Brunt2021-11-111-1/+1
* Updated unit testsKevin Van Brunt2021-11-111-1/+5
* Updated CommandSet unit testsKevin Van Brunt2021-11-111-48/+66
* set command output now uses SimpleTable.Kevin Van Brunt2021-08-192-27/+7
* Fixing tests on Python 3.10Kevin Van Brunt2021-06-172-15/+13
* Style changes from running black on Python 3.9Kevin Van Brunt2021-04-272-2/+2
* Replaced some pexcept() calls with perror().Kevin Van Brunt2021-04-021-1/+1
* Refactored _perform_completion() to remove need for a cast() callKevin Van Brunt2021-04-021-7/+3
* Resolves comments from PREric Lin2021-03-181-5/+83
* Some mypy validation fixesEric Lin2021-03-181-1/+1
* Added testsEric Lin2021-03-181-2/+98
* Merge branch 'master' into blackTodd Leonhardt2021-02-191-9/+9
|\
| * Merge branch 'master' into 2.0Kevin Van Brunt2021-01-224-14/+48
| |\
| * \ Merge branch 'master' into 2.0Kevin Van Brunt2020-09-172-0/+114
| |\ \
| * \ \ Merge branch '2.0' into read_inputKevin Van Brunt2020-09-031-8/+34
| |\ \ \
| | * \ \ Merge branch 'master' into 2.0Kevin Van Brunt2020-09-031-8/+34
| | |\ \ \
| * | | | | Refactored ArgparseCompleter to support custom completionKevin Van Brunt2020-09-011-1/+1
| |/ / / /
| * | | | Merge branch 'master' into 2.0Kevin Van Brunt2020-08-281-9/+9
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into 2.0Kevin Van Brunt2020-08-271-6/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into 2.0Kevin Van Brunt2020-08-201-0/+62
| |\ \ \ \ \ \
| * | | | | | | Replaced choices_function / choices_method with choices_provider.Kevin Van Brunt2020-08-131-9/+8
* | | | | | | | Add in isort changesTodd Leonhardt2021-01-313-8/+24
* | | | | | | | Attempt to fix remaining black failuresTodd Leonhardt2021-01-311-1/+1
* | | | | | | | Add black for automatic code formatTodd Leonhardt2021-01-314-39/+26
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-224-14/+48
| |_|_|_|_|/ |/| | | | |
* | | | | | Changes default category to be heritable by default - meaning that subclasses...Eric Lin2020-09-112-0/+114
| |_|_|_|/ |/| | | |
* | | | | Fixed type hints in example code1.3.9Kevin Van Brunt2020-09-031-1/+1
* | | | | Added CommandSet.on_unregistered()Kevin Van Brunt2020-09-031-2/+7
* | | | | Updated docsKevin Van Brunt2020-09-011-7/+6
* | | | | Added unit tests for CommandSet callbacksKevin Van Brunt2020-09-011-1/+22
| |_|_|/ |/| | |
* | | | Fixed issue where subcommand added with @as_subcommand_to decorator did not d...Kevin Van Brunt2020-08-271-9/+9
| |_|/ |/| |
* | | The functions cmd2 adds to Namespaces (get_statement() and get_handler()) are...Kevin Van Brunt2020-08-261-6/+6
| |/ |/|
* | Added tests for invalid subcommandsEric Lin2020-08-201-0/+27
* | Fixed AttributeError when CommandSet that uses as_subcommand_to decorator is ...Kevin Van Brunt2020-08-191-0/+35
|/
* When passing a ns_provider to an argparse command, will now attempt to resolv...Eric Lin2020-08-121-5/+29
* Breaking change: Removed cmd2 app as a required second parameter toEric Lin2020-08-122-135/+112
* Will now traverse down CommandSet inheritance tree to find all leaf descendants.1.3.2Eric Lin2020-08-101-5/+34
* Fixed prog value of subcommands added with as_subcommand_to() decorator.Kevin Van Brunt2020-08-071-2/+2
* Verify that a completer function is defined in a CommandSet beforeEric Lin2020-08-065-0/+1137