summaryrefslogtreecommitdiff
path: root/tests/test_cmd2.py
Commit message (Expand)AuthorAgeFilesLines
* Update version to 0.9.0.1 for #421kotfu2018-05-281-1/+1
* Update version to 0.9.1rc1 to try and fix #421kotfu2018-05-281-1/+1
* Modify clipboard function referenceskotfu2018-05-231-4/+4
* Standardize cmd2 imports in tests and exampleskotfu2018-05-231-1/+1
* Merge branch 'master' into speedup_importkotfu2018-05-231-7/+13
|\
| * Remove cmd2.Cmd.redirector for #381kotfu2018-05-101-1/+1
| * Make alias checking and command parsing use the same regexkotfu2018-05-071-1/+2
| * Merge branch 'master' into ignore_identcharskotfu2018-05-061-0/+18
| |\
| * | Don’t allow wierd characters in alias nameskotfu2018-05-061-0/+11
| * | Remove unit test for identchars in aliaseskotfu2018-05-051-6/+0
* | | Move more code from cmd2.py into utils.pykotfu2018-05-061-29/+26
| |/ |/|
* | Refactor parseline() for #380kotfu2018-05-051-0/+18
|/
* Added newline at end of fileTodd Leonhardt2018-05-031-1/+1
* Added unit test to partially cover cmd2.cmd2.Cmd.ppaged()Todd Leonhardt2018-05-031-0/+8
* Merge branch 'test_merge' into test_ply_mergeEric Lin2018-05-021-12/+12
|\
| * Removed the expensive imports from cmd2/__init__.pyEric Lin2018-04-251-10/+10
* | Fix incorrect error messagekotfu2018-04-291-3/+2
* | Fix broken interrupt unit testskotfu2018-04-271-0/+1
* | Remove POSIX_SHLEX and STRIP_QUOTES_FOR_NON_POSIXkotfu2018-04-251-6/+1
* | Refactoring and code cleanupkotfu2018-04-241-14/+73
* | Merge branch 'master' into plykotfu2018-04-231-2/+6
|\ \ | |/
| * Changed cmd2 to use autocompleter by default for all argparse commands. Not a...Eric Lin2018-04-201-2/+6
* | Multiline support mostly donekotfu2018-04-231-1/+1
* | Fix parsing of input redirection and appending outputkotfu2018-04-231-1/+1
* | Fix default_to_shell unit testskotfu2018-04-221-2/+2
|/
* Cleaned up __init__.pyTodd Leonhardt2018-04-171-9/+9
* Fix unit tests on package branchTodd Leonhardt2018-04-171-1/+1
* Most of the unit tests fixed.kotfu2018-04-161-2/+2
* Basic structure for cmd2 as a packagekotfu2018-04-161-2/+2
* Revert "Basic structure for cmd2 as a package"kotfu2018-04-161-2/+2
* Basic structure for cmd2 as a packagekotfu2018-04-161-2/+2
* Finished removing all dependencies on the six moduleTodd Leonhardt2018-04-151-25/+18
* Started removing dependency on sixTodd Leonhardt2018-04-151-28/+10
* Add back in use of 3rd-party mock module for Python 3.5Todd Leonhardt2018-04-151-5/+7
* Removed unit test dependency on mockTodd Leonhardt2018-04-151-1/+1
* Merged master into delete_optparse branchTodd Leonhardt2018-04-151-1/+1
|\
| * Preparation for 0.8.5 releaseTodd Leonhardt2018-04-131-1/+1
* | Merge branch 'master' into delete_optparseTodd Leonhardt2018-04-111-2/+100
|\ \ | |/
| * Added a with_category decorator that can be used to tag a command category.Eric Lin2018-04-111-4/+3
| * Fixed issue where categorization is skipped when there's a help_<command> fun...Eric Lin2018-04-111-2/+101
| * Preparing for 0.8.4 release0.8.4Kevin Van Brunt2018-04-101-1/+1
* | Updated version to 0.8.5Todd Leonhardt2018-04-101-1/+1
* | Deleted optparse code which had been previously deprecated in 0.8.0 releaseTodd Leonhardt2018-04-091-33/+18
|/
* Updated version number of release0.8.3Kevin Van Brunt2018-04-091-1/+1
* Don't try to load empty or non-existent startup scriptKevin Van Brunt2018-04-021-1/+1
* Added ability to query individual aliasKevin Van Brunt2018-04-021-0/+10
* Allow an alias name to match a command nameKevin Van Brunt2018-03-311-5/+0
* Fix unit testsTodd Leonhardt2018-03-191-0/+2
* Added unit tests for alias, unalias, and basic_completeKevin Van Brunt2018-03-161-0/+43
* Fixed unit testKevin Van Brunt2018-03-161-1/+2