summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improved unit test for writing to the pastebuffer/clipboardTodd Leonhardt2017-06-281-14/+7
* Multiple changesTodd Leonhardt2017-06-282-2/+2
* Completely removed use of self.default_file_nameTodd Leonhardt2017-06-284-27/+19
* Simplified implementation of do__relative_loadTodd Leonhardt2017-06-284-8/+4
* 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
* Various fixes and improvementsTodd Leonhardt2017-06-252-4/+26
* Added pyscript unit test and attempt to fix a path completion test on WindowsTodd Leonhardt2017-06-242-1/+41
* Added some path completion unit testsTodd Leonhardt2017-06-241-1/+69
* Set version to 0.7.4b for nowTodd Leonhardt2017-06-241-1/+1
* Fixed unit test for cmdenvironment and made it more robustTodd Leonhardt2017-06-161-8/+11
* Trying to fix shell command completion unit tests on Windows.Todd Leonhardt2017-06-151-10/+10
* Added some tests for command completion, help completion, and shell command c...Todd Leonhardt2017-06-151-0/+97