summaryrefslogtreecommitdiff
path: root/tests/test_cmd2.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added some more tests for path completion and shell command completionTodd Leonhardt2017-07-011-0/+8
* Added more unit tests for the cmd2.Cmd.select() methodTodd Leonhardt2017-07-011-0/+136
* Added some unit tests related to help and the help menuTodd Leonhardt2017-07-011-6/+57
* Fix issue where pyperclip was printing line on startup when clipboard is emptyTodd Leonhardt2017-06-301-0/+2
* Attempt at fixing new unit test on Linux and WindowsTodd Leonhardt2017-06-301-1/+1
* Added a few unit testsTodd Leonhardt2017-06-301-1/+47
* Refactored clipboard code to make it a tiny bit simplerTodd Leonhardt2017-06-301-0/+31
* Added code to set can_clip to False on Linux if can't copy/paste clipboardTodd Leonhardt2017-06-301-7/+4
* Added unit testsKevin Van Brunt2017-06-301-0/+38
* Fixed unit testsKevin Van Brunt2017-06-301-4/+14
* Bumped version to 0.7.4 and updated CHANGES fileTodd Leonhardt2017-06-291-1/+1
* Attempt to fix pipe_to unit test on Windows (for real this time)Todd Leonhardt2017-06-291-7/+4
* Fix pipe_to unit test on Mac and WindowsTodd Leonhardt2017-06-291-1/+8
* Made output pipe to shell command featuer much more reliableTodd Leonhardt2017-06-291-7/+14
* Mac and Linux now have more similar subprocess.Popen interaction with CLI uti...Todd Leonhardt2017-06-291-9/+0
* Improved unit test for writing to the pastebuffer/clipboardTodd Leonhardt2017-06-281-14/+7
* Multiple changesTodd Leonhardt2017-06-281-1/+1
* Completely removed use of self.default_file_nameTodd Leonhardt2017-06-281-8/+2
* Simplified implementation of do__relative_loadTodd Leonhardt2017-06-281-7/+2
* Removed the ability for load command to load a script from a URLTodd Leonhardt2017-06-281-1/+1
* Skip the pastebuffer_read_and_write test if tools for interacting with clipbo...Todd Leonhardt2017-06-251-4/+3
* Attempting to enable macOS builds on TravisCITodd Leonhardt2017-06-251-18/+19
* Skip PasteBuffer/Clipboard unit tests if appropriate CLI utilities are not av...Todd Leonhardt2017-06-251-15/+17