summaryrefslogtreecommitdiff
path: root/tests/test_cmd2.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Ensure editor and the file to edit can have spaces in themJared Crapo2017-08-191-1/+17
* close files opened by mkstempJared Crapo2017-08-191-2/+5
* .pfeedback() now honors feedback_to_output settingJared Crapo2017-08-191-21/+57
* Bump versions to 0.7.7aTodd Leonhardt2017-08-151-1/+1
* Made a few code ruggedizationsTodd Leonhardt2017-08-091-2/+2
* Fixed unit test error on combination of Python 2.7 and WindowsTodd Leonhardt2017-08-071-1/+4
* Changed how the pipe file descriptors get opened on Python 3 vs 2Todd Leonhardt2017-08-071-5/+9
* First attempt at improving how command output gets piped to a shell commandTodd Leonhardt2017-08-071-16/+33
* Updated CHANGES and bumped version in preparation for 0.7.6 releaseTodd Leonhardt2017-08-021-1/+1
* Fixed a unit testTodd Leonhardt2017-07-121-1/+1
* Merge pull request #183 from felixonmars/remove-unused-importTodd Leonhardt2017-07-091-2/+0
|\
| * Remove unused import in testsFelix Yan2017-07-101-2/+0
* | Use monkeypatch to ensure os.system is restoredFelix Yan2017-07-101-8/+8
|/
* Bump version to 0.7.6a (from 0.7.5)Todd Leonhardt2017-07-081-1/+1
* Bump version to 0.7.5 (from 0.7.5a)0.7.5Todd Leonhardt2017-07-081-1/+1
* Added a unit test for custom intro when calling cmdloop()Todd Leonhardt2017-07-081-4/+4
* Added a CODEOWNERS file to automatically nominate code reviewers for pull req...Todd Leonhardt2017-07-081-0/+20
* Added a few more unit testsTodd Leonhardt2017-07-081-0/+36
* Remove ugly file hack code which is no longer necessary as a Python 2/3 compa...Todd Leonhardt2017-07-081-0/+20
* Added an eos (end of script) hidden command and load now populates the cmdqueueTodd Leonhardt2017-07-081-26/+48
* Added unit testTodd Leonhardt2017-07-051-0/+9
* Add unit test to verify that exclusion of commands from the history is workin...Todd Leonhardt2017-07-031-0/+44
* Fixed a few bugs and examplesTodd Leonhardt2017-07-031-2/+2
* Bump version to 0.7.5aTodd Leonhardt2017-07-031-1/+1
* Removed pause commandTodd Leonhardt2017-07-031-16/+8
* Fixed bugs, removed dead code, and added unit testsTodd Leonhardt2017-07-021-0/+41
* Added a bunch of unit testsTodd Leonhardt2017-07-021-12/+167
* shell command now uses cmd.Cmd.stdout for outputTodd Leonhardt2017-07-021-3/+1
* Stopped skipping a unit test on Windows which should pass nowTodd Leonhardt2017-07-011-2/+0
* Added more unit tests for py and pyscript commandsTodd Leonhardt2017-07-011-0/+46