summaryrefslogtreecommitdiff
path: root/tests/test_plugin.py
Commit message (Expand)AuthorAgeFilesLines
* onecmd_plus_hooks() now sets self.exit_code when a SystemExit handledKevin Van Brunt2021-03-231-1/+2
* Added cmd2.exceptions.PassThroughExceptionexception_passthroughKevin Van Brunt2021-03-021-2/+20
* Deprecate Python 3.5Todd Leonhardt2021-02-201-8/+3
* Add in isort changesTodd Leonhardt2021-01-311-1/+3
* Add black for automatic code formatTodd Leonhardt2021-01-311-7/+60
* Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-221-1/+6
* The functions cmd2 adds to Namespaces (get_statement() and get_handler()) are...Kevin Van Brunt2020-08-261-1/+1
* Fixed RecursionError when printing an argparse.Namespace caused by custom att...Kevin Van Brunt2020-08-251-1/+1
* Removed pwarning() calls when command raises SystemExitKevin Van Brunt2020-05-281-1/+43
* Added SkipPostcommandHooks exception and made Cmd2ArgparseError inherit from it.Kevin Van Brunt2020-05-071-0/+15
* Added info on semantic versioning and branching strategy to CONTRIBUTING.mdTodd Leonhardt2020-04-241-2/+3
* Fixed docstringKevin Van Brunt2020-03-121-1/+1
* Added unit test for Cmd2ArgparseErrorKevin Van Brunt2020-03-121-1/+38
* Moved custom cmd2 exceptions to a separate file and removed them from public APITodd Leonhardt2020-02-181-3/+3
* Fixed unit testsKevin Van Brunt2019-06-121-12/+32
* Removed support for cmd.cmdqueueKevin Van Brunt2019-06-111-8/+8
* Removed copyright headers from source files and updated LICENSE with current ...Kevin Van Brunt2019-06-071-3/+0
* Added unit test for stdout capture in pyscriptKevin Van Brunt2019-04-231-2/+2
* Fix flake8 issuesTodd Leonhardt2018-12-061-0/+1
* Deleted the hook methods which were deprecated in the previous releaseTodd Leonhardt2018-09-251-2/+3
* Fixed several hack classes build to simulate file descriptorsTodd Leonhardt2018-09-231-39/+35
* Fix for #417, call preparse()kotfu2018-07-151-0/+24
* Add command finalization hookskotfu2018-07-051-3/+139
* Postcommand hooks implementedkotfu2018-06-221-26/+172
* Revise precommand hooks to use `data` parameterkotfu2018-06-211-7/+7
* Use `data` instead of `params`kotfu2018-06-211-12/+12
* Revised postparsing hookskotfu2018-06-211-6/+52
* add comment headers to better organize codekotfu2018-06-031-0/+11
* preloop and postloop hooks must declare None return typekotfu2018-06-031-16/+16
* Preloop and postloop hooks now validate signaturekotfu2018-06-031-0/+28
* Precommand hooks now check typing of passed callableskotfu2018-06-031-2/+57
* Begin converting precmd to passing and returning a data objectkotfu2018-06-031-2/+3
* Tests for precmd hookskotfu2018-05-311-41/+184
* implement precommand and postcommand hookskotfu2018-05-271-7/+13
* Add preloop and postloop hook capabilitieskotfu2018-05-261-0/+48
* Document and test postparsing hookskotfu2018-05-261-0/+179