summaryrefslogtreecommitdiff
path: root/tests/test_cmd2.py
Commit message (Expand)AuthorAgeFilesLines
* Updated version numberKevin Van Brunt2018-08-011-1/+1
* Backported file open crash fixes for Issue #430 to python2 branchTodd Leonhardt2018-06-071-1/+39
* Trying 0.8.7 for #4210.8.7kotfu2018-05-281-1/+1
* Update version to 0.8.6.1 for #4210.8.6.1kotfu2018-05-281-1/+1
* no dashes in rc version0.8.7rc1kotfu2018-05-281-1/+1
* Add ‘python-requires >= 2.7’ for #421kotfu2018-05-281-1/+1
* Created python2 branch for 0.8.x bug fix releasesTodd Leonhardt2018-04-151-1/+1
* Preparation for 0.8.5 releaseTodd Leonhardt2018-04-131-1/+1
* 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 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
* Added table_display.pyTodd Leonhardt2018-03-141-1/+1
* Added option to cancel the current line on keyboard interrupt.Mark Lalor2018-03-121-0/+41
* Removed support for case-insensitive command parsingTodd Leonhardt2018-03-021-2/+1
* Added use of pytest-forked to CI unit test runsTodd Leonhardt2018-03-021-35/+0
* Added back the unit test of exclude_from_historyTodd Leonhardt2018-03-021-0/+24
* Fixed unit test on WindowsKevin Van Brunt2018-03-021-4/+4
* Removed abbrev attributeKevin Van Brunt2018-03-021-52/+4
* Flag the pexpect unit test of the persistent history to only run on macOSTodd Leonhardt2018-02-091-2/+3
* Skip the pexpect-based unit test on Windows due to the pexpect API being diff...Todd Leonhardt2018-02-091-0/+2
* Make sure pexpect uses same version of Python to spawn persistent history exa...Todd Leonhardt2018-02-091-4/+9
* Try increasing timeout to see if it fixes unit test on at least some platformsTodd Leonhardt2018-02-091-2/+2
* First past at unit test for persistent history featureTodd Leonhardt2018-02-091-0/+27
* Added optional persistent readline history featureTodd Leonhardt2018-02-081-1/+1
* help command temporarily redirects sys.stdout and sys.stderr to self.stdout f...Todd Leonhardt2018-01-221-18/+12
* Added links to docs and examples to CHANGELOG.mdTodd Leonhardt2018-01-201-1/+1
* Fixed unit testsTodd Leonhardt2018-01-201-12/+22
* Cleanup of documentation and examplesTodd Leonhardt2018-01-171-7/+1
* do_edit() no longer edits history, just files #252kotfu2018-01-161-73/+0
* Remove do_save() and do_run() for #252kotfu2018-01-161-104/+4
* tweak unit tests for history #252kotfu2018-01-151-1/+1
* Implement -o, -r, and -e options for issue #252Jared Crapo2018-01-151-0/+47
* Fix test_base_show_readonly unit test on WindowsTodd Leonhardt2018-01-151-0/+1
* cmdenvironment command has been removed and its functionality now exists as a...Todd Leonhardt2018-01-151-23/+22
* show command has been removedTodd Leonhardt2018-01-151-15/+13
* Made test_echo unit test robust to changes in expected value of "help history"Todd Leonhardt2018-01-151-1/+1
* __relative_load command is now hidden from help menu by defaultTodd Leonhardt2018-01-151-2/+2
* Made a couple cleanup changesTodd Leonhardt2018-01-151-2/+3
* Fixed base_invalid_option unit testTodd Leonhardt2018-01-151-3/+2
* Fixed test_echo unit testTodd Leonhardt2018-01-151-1/+1
* Enabled Python 3.7 testing on Travis CITodd Leonhardt2018-01-061-1/+1
* Updating version and changelog in preparation for minor bug fix realeaseTodd Leonhardt2018-01-041-1/+1
* Bump version to 0.7.9aTodd Leonhardt2017-11-151-1/+1