summaryrefslogtreecommitdiff
path: root/tests
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 unit testKevin Van Brunt2017-07-191-1/+1
* Added support for case-insensitive tab-completion of cmd2 command namesTodd Leonhardt2017-07-131-0/+22
* Fixed a unit testTodd Leonhardt2017-07-122-1/+41
* Merge pull request #184 from felixonmars/avoid-conflict-with-egTodd Leonhardt2017-07-091-1/+1
|\
| * Avoid conflict the `eg` tool from go-toolsFelix Yan2017-07-101-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-082-0/+45
* 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
* Fix a bug in a unit test which can happen in atypical circumstancesTodd Leonhardt2017-07-051-1/+1
* 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-034-7/+5
* Bump version to 0.7.5aTodd Leonhardt2017-07-031-1/+1
* Removed pause commandTodd Leonhardt2017-07-034-24/+14
* Fixed bugs, removed dead code, and added unit testsTodd Leonhardt2017-07-023-6/+100
* Added a bunch of unit testsTodd Leonhardt2017-07-022-13/+180
* 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-013-0/+58
* Don't run an assert on Windows since it is failing on AppVeyorTodd Leonhardt2017-07-011-2/+6
* Attempt at fixing failing Windows unit testTodd Leonhardt2017-07-011-2/+8
* Added some more tests for path completion and shell command completionTodd Leonhardt2017-07-012-30/+138
* Added more unit tests for the cmd2.Cmd.select() methodTodd Leonhardt2017-07-012-28/+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-304-0/+39
* 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
* Refactored to replace custom StubbornDict with collections.OrderedDictTodd Leonhardt2017-06-292-26/+7
* Mac and Linux now have more similar subprocess.Popen interaction with CLI uti...Todd Leonhardt2017-06-291-9/+0