summaryrefslogtreecommitdiff
path: root/tests/test_completion.py
Commit message (Expand)AuthorAgeFilesLines
* Changed all uses of sub-command to subcommandKevin Van Brunt2019-07-191-18/+18
* Added unit tests for tab completing multiline commandsKevin Van Brunt2019-07-171-10/+46
* Renamed matches_sort_key to default_sort_key and using it to sort additional dKevin Van Brunt2019-07-151-3/+3
* Merge branch 'master' into auto_completer_refactorKevin Van Brunt2019-07-111-2/+2
|\
| * Restore self.statement_parser to a public attribute in cmd2.CmdTodd Leonhardt2019-07-101-2/+2
* | Fixing unit testsKevin Van Brunt2019-07-041-5/+4
* | Moved basic_complete to utilsKevin Van Brunt2019-07-021-5/+5
|/
* Added unit tests for _redirect_completeKevin Van Brunt2019-06-301-1/+74
* Made tokens_for_completion() method public since a couple of our examples use itTodd Leonhardt2019-06-231-5/+5
* Restored a few attributes to be publicTodd Leonhardt2019-06-231-38/+38
* Began work to minimize public APITodd Leonhardt2019-06-151-46/+46
* Updated various documentation and tests to not use loadTodd Leonhardt2019-06-151-1/+1
* Fixed unit testsKevin Van Brunt2019-06-151-1/+1
* Removed copyright headers from source files and updated LICENSE with current ...Kevin Van Brunt2019-06-071-3/+0
* Increased code coverage of _complete_worker() to 100%Kevin Van Brunt2019-05-131-2/+43
* Exceptions occurring in tab completion functions are now printed to stderr be...Kevin Van Brunt2019-05-061-0/+18
* Added unit test for path completion in root directoryKevin Van Brunt2019-04-051-0/+19
* Made run_cmd return out and errKevin Van Brunt2019-03-201-1/+1
* Aliases are now stored within the StatementParser instanceTodd Leonhardt2019-03-161-1/+1
* First stage of attribute refactoringTodd Leonhardt2019-03-131-3/+3
* Added unit test for matches_sort_keyKevin Van Brunt2019-02-271-1/+27
* Fix flake8 issuesTodd Leonhardt2018-12-061-0/+1
* Added more code coverage of shell_cmd_completeKevin Van Brunt2018-10-261-0/+15
* Added more coverage for path_completeKevin Van Brunt2018-10-261-3/+24
* Refactored filtering in path_complete to use a functionKevin Van Brunt2018-10-261-1/+1
* Added code to handle -- in argparse completerKevin Van Brunt2018-10-101-25/+0
* Increasing code coverageKevin Van Brunt2018-10-091-0/+24
* Using sub-command instead of subcommand where possible to be consistent with ...Kevin Van Brunt2018-10-051-18/+18
* Added more code coverage with unit testsKevin Van Brunt2018-09-281-0/+17
* Added more code coverageKevin Van Brunt2018-09-281-0/+9
* Merge branch 'macro' into argparse_conversionKevin Van Brunt2018-09-281-4/+4
|\
| * Addressing code review commentsKevin Van Brunt2018-09-281-4/+4
* | Merge branch 'macro' into argparse_conversionKevin Van Brunt2018-09-271-1/+18
|\ \ | |/
| * Made _func_named() more reliableKevin Van Brunt2018-09-271-1/+18
* | Ported shell to argparseKevin Van Brunt2018-09-271-5/+14
* | Fixed unit tests for help completionKevin Van Brunt2018-09-261-13/+32
* | Converted help to argparseKevin Van Brunt2018-09-261-1/+1
|/
* Fixed several hack classes build to simulate file descriptorsTodd Leonhardt2018-09-231-11/+3
* Updated docs and unit testsKevin Van Brunt2018-08-021-1/+1
* Added alphabetical_sort() functionKevin Van Brunt2018-08-011-1/+1
* Added matches_sorted member to support custom sorting order of tab-completion...Kevin Van Brunt2018-08-011-3/+3
* Merge branch 'master' into speedup_importkotfu2018-05-231-123/+1
|\
| * Extract submenu code to new projectkotfu2018-05-091-121/+0
* | Extract AddSubmenu() into it’s own modulekotfu2018-05-061-2/+3
|/
* Rename some test functions to fix #388kotfu2018-05-051-6/+6
* Merge branch 'test_merge' into test_ply_mergeEric Lin2018-05-021-1/+1
|\
| * Merge remote-tracking branch 'origin/master' into bash_completionEric Lin2018-04-271-5/+6
| |\
| * | Removed the expensive imports from cmd2/__init__.pyEric Lin2018-04-251-1/+1
* | | Merge branch 'ply' of github.com:python-cmd2/cmd2 into plykotfu2018-04-261-5/+6
|\ \ \ | | |/ | |/|
| * | No longer running test_path_completion_complete_user unit test on WindowsKevin Van Brunt2018-04-261-5/+6
| |/