summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated CHANGES.md file and bumped version to 0.7.3Todd Leonhardt2017-06-141-1/+1
* Changed default value for USE_ARG_LIST global to TrueTodd Leonhardt2017-06-142-5/+6
* Added new pyscript commandTodd Leonhardt2017-06-133-6/+8
* Fixes a bug which caused transcript failures to display twiceTodd Leonhardt2017-06-131-3/+3
* Added a unit test associated with the bug fixTodd Leonhardt2017-06-041-0/+11
* Updated cmdenvironment commandTodd Leonhardt2017-06-031-10/+6
* Removed redundant list commandTodd Leonhardt2017-06-034-24/+37
* Added "exclude_from_help" list as a cmd2.Cmd public attributeTodd Leonhardt2017-06-013-6/+8
* Moved _parsed into ParserManagerCatherine Devlin2017-05-301-1/+2
* Moved parser creation into ParserManagerCatherine Devlin2017-05-301-3/+6
* Bumping version to 0.7.3aTodd Leonhardt2017-05-221-1/+1