summaryrefslogtreecommitdiff
path: root/tests/test_autocompletion.py
Commit message (Expand)AuthorAgeFilesLines
* Began work to minimize public APITodd Leonhardt2019-06-151-13/+13
* Removed copyright headers from source files and updated LICENSE with current ...Kevin Van Brunt2019-06-071-3/+0
* Improved code coverageKevin Van Brunt2019-05-071-4/+15
* ACArgumentParser no longer prints complete help text when a parsing error occursKevin Van Brunt2019-05-061-1/+1
* Made run_cmd return out and errKevin Van Brunt2019-03-201-17/+9
* Fix flake8 issuesTodd Leonhardt2018-12-061-0/+1
* Fixed issue where flag at beginning of REMAINDER section was tab completingKevin Van Brunt2018-10-101-8/+23
* Added code to handle -- in argparse completerKevin Van Brunt2018-10-101-0/+48
* Fixed unit test failures and addressed code review commentsTodd Leonhardt2018-10-061-1/+1
* Fixing unit testsKevin Van Brunt2018-09-251-2/+2
* Fixed several hack classes build to simulate file descriptorsTodd Leonhardt2018-09-231-5/+7
* ACHelpFormatter now inherits from argparse.RawTextHelpFormatter to make it ea...Kevin Van Brunt2018-08-241-3/+3
* Added new command to test validation.Eric Lin2018-05-191-1/+1
* Some fixes to autocompleter to make it easier to do delimited and file comple...Eric Lin2018-05-181-1/+1
* Changed cmd2 to use autocompleter by default for all argparse commands. Not a...Eric Lin2018-04-201-0/+23
* Addresses comments on #362Eric Lin2018-04-191-11/+2
* Adjusted some coverage configuration. Found and fixed bug in help completion.Eric Lin2018-04-181-56/+1
* Merge remote-tracking branch 'origin/master' into autocompleterEric Lin2018-04-181-3/+1
* 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-171-0/+22
* 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