summaryrefslogtreecommitdiff
path: root/tests/test_cmd2.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added fix for changes in pyperclip project structure in the most recent versionTodd Leonhardt2017-11-081-1/+1
* Added some unit tests to cover new codeTodd Leonhardt2017-09-231-8/+56
* Merge branch 'master' into support-load-in-onecmd_plus_hooksTodd Leonhardt2017-09-221-1/+1
|\
| * Improved documentation for how a user can modify comment grammar/styleTodd Leonhardt2017-09-221-1/+1
* | Provide method to run multiple commands w/o a cmdloop.Alfred Levy2017-09-221-0/+55
|/
* Improved poutput() so that it can print an integer zero and other falsy thingsTodd Leonhardt2017-09-051-3/+32
* Pick up a few more lines of test coverageJared Crapo2017-08-231-5/+7
* Use context managers and decorators for mocksJared Crapo2017-08-231-33/+27
* Removed unused capsys fixturesJared Crapo2017-08-231-6/+2
* Rename tests that exercise pseudo_raw_input()Jared Crapo2017-08-231-12/+12
* add tests for pseudo_raw_input when isatty() is trueJared Crapo2017-08-231-0/+42
* io.StringIO requires unicode conversion on python2.7Jared Crapo2017-08-231-1/+1
* Figured out how to test piped input without hacking stdinJared Crapo2017-08-231-82/+41
* Discovered hacking sys.stdin doesn’t always workJared Crapo2017-08-231-17/+75
* Prompt and line now properly echoed on tty and pipeJared Crapo2017-08-231-1/+50
* Improved what gets printed when running commands from a script with load comm...Todd Leonhardt2017-08-231-2/+3
* Updated CHANGELOG with some text regarding recent enhancements to transcript ...Todd Leonhardt2017-08-221-1/+1
* Fixed a unit test which was failing on WindowsTodd Leonhardt2017-08-211-2/+5
* Converted edit command to an @options command for the better argument parsing...Todd Leonhardt2017-08-211-1/+1
* feedback_to_output now defaults to FalseTodd Leonhardt2017-08-201-3/+7