summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added more tests exercising the pyscript bridge.Eric Lin2018-04-306-1/+35
* Added support for translating function positional and keyword arguments into ...Eric Lin2018-04-287-0/+121
* No longer running test_path_completion_complete_user unit test on WindowsKevin Van Brunt2018-04-261-5/+6
* Switched the default behavior in cmd2 for argparse commands to use the AutoCo...Eric Lin2018-04-211-80/+9
* Changed cmd2 to use autocompleter by default for all argparse commands. Not a...Eric Lin2018-04-202-2/+29
* Addresses comments on #362Eric Lin2018-04-193-33/+14
* Adjusted some coverage configuration. Found and fixed bug in help completion.Eric Lin2018-04-183-105/+229
* Merge remote-tracking branch 'origin/master' into autocompleterEric Lin2018-04-188-58/+42
|\
| * Cleaned up __init__.pyTodd Leonhardt2018-04-173-32/+32
| * Fix unit tests on package branchTodd Leonhardt2018-04-171-1/+1
| * Most of the unit tests fixed.kotfu2018-04-165-7/+6
| * Basic structure for cmd2 as a packagekotfu2018-04-165-5/+10
| * Revert "Basic structure for cmd2 as a package"kotfu2018-04-165-10/+5
| * Basic structure for cmd2 as a packagekotfu2018-04-165-5/+10
* | Added check for whether the terminal is present before reprinting the prompt....Eric Lin2018-04-171-4/+0
* | Some minor tweaks to AutoCompleter handling a collection of index-based funct...Eric Lin2018-04-172-0/+98
* | Marked the 2 tests failing the windows unit test as skip for windows. It work...Eric Lin2018-04-171-3/+6
* | Added unit tests for AutoCompleter.Eric Lin2018-04-161-0/+301
|/
* Finished removing all dependencies on the six moduleTodd Leonhardt2018-04-152-26/+18
* Started removing dependency on sixTodd Leonhardt2018-04-153-41/+13
* 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-154-4/+4
* Merged master into delete_optparse branchTodd Leonhardt2018-04-152-38/+154
|\
| * Renamed variable to match what its called in cmd2.pyKevin Van Brunt2018-04-151-6/+6
| * Updated comments and examplesKevin Van Brunt2018-04-151-1/+1
| * More unit tests and commentsKevin Van Brunt2018-04-151-3/+18
| * More opening quote unit testsKevin Van Brunt2018-04-151-3/+63
| * Unit tests for adding opening quoteKevin Van Brunt2018-04-151-18/+68
| * Preparation for 0.8.5 releaseTodd Leonhardt2018-04-131-1/+1
| * Simplifying adding opening quotesKevin Van Brunt2018-04-131-4/+1
| * Trying to fix Windows unit test when running on AppVeyorKevin Van Brunt2018-04-131-3/+3
| * Added some basic user completion on WindowsKevin Van Brunt2018-04-131-6/+2
| * Allowing the use of ~user expansion in pathsKevin Van Brunt2018-04-121-14/+12
* | Merge branch 'master' into delete_optparseTodd Leonhardt2018-04-112-2/+117
|\ \ | |/
| * Added a with_category decorator that can be used to tag a command category.Eric Lin2018-04-112-5/+3
| * Fixed issue where categorization is skipped when there's a help_<command> fun...Eric Lin2018-04-112-2/+119
| * 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-094-117/+56
|/
* 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 alias parse_line unit testKevin Van Brunt2018-04-021-0/+10
* 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
* Removed unnecessary sorting and duplicate removal from the completers since allKevin Van Brunt2018-03-311-10/+18
* Simplified how to add tab completion to a subcommandKevin Van Brunt2018-03-281-8/+14
* Fixed a case where display_matches wasn't being set. Added unit tests.Kevin Van Brunt2018-03-271-10/+44
* Reorganized some unit testsKevin Van Brunt2018-03-272-75/+43
* Added more unit testsKevin Van Brunt2018-03-271-1/+16
* Added unit testsKevin Van Brunt2018-03-271-16/+69