summaryrefslogtreecommitdiff
path: root/tests/test_cmd2.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Various fixes and improvementsTodd Leonhardt2017-06-251-1/+20
* Added pyscript unit test and attempt to fix a path completion test on WindowsTodd Leonhardt2017-06-241-0/+12
* 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
* 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-141-4/+4
* 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-031-15/+29
* Bumping version to 0.7.3aTodd Leonhardt2017-05-221-1/+1
* Bumping version to 0.7.20.7.2Todd Leonhardt2017-05-221-1/+1
* Fixed a hard-coded path separatorTodd Leonhardt2017-05-181-1/+1
* Fixed transcript testing issuesTodd Leonhardt2017-04-261-10/+8
* Mostly fix a bunch of spelling mistakes.Todd Leonhardt2017-03-131-3/+3
* Fixed typoTodd Leonhardt2017-03-131-1/+1
* Travis CI changesTodd Leonhardt2017-03-131-1/+2
* Removed an unused importTodd Leonhardt2017-02-241-1/+0
* Stopped skipping a test on Linux TravisCI since it should now always passTodd Leonhardt2017-02-241-2/+0
* Bump version to 0.7.1aFederico Ceratto2017-02-231-1/+1
* Added member boolean flag to disable output redirection and piping.Todd Leonhardt2017-02-161-4/+21
* Refactored to move all cmd2.Cmd class member variables to beginning.Todd Leonhardt2017-02-111-1/+2
* Fixed a typo and added a unit test.Todd Leonhardt2017-02-101-1/+3
* Various parsing fixes and improvements:TL2017-02-071-3/+3
* Fix a unit test on WindowsTodd Leonhardt2017-02-051-1/+1
* Documented undocumented commands and removed command aliases.Todd Leonhardt2017-02-051-2/+2
* Added a couple more unit tests.Todd Leonhardt2017-02-051-0/+21
* Added more unit tests for list command.Todd Leonhardt2017-02-051-0/+39
* Re-ordered test skip condition.Todd Leonhardt2017-02-051-1/+1
* Fixed unit test skip condition.Todd Leonhardt2017-02-051-1/+2
* Marked one test to skip on Linux because it fails on the TravisCI Linux conta...Todd Leonhardt2017-02-051-0/+2
* Added unit test for calling cmdloop without a queueTodd Leonhardt2017-02-051-8/+35
* Added unit test for redirecting input from a file using <Todd Leonhardt2017-02-051-1/+13
* Added unit test for cmdloop()Todd Leonhardt2017-02-051-1/+19
* Added unit test for the interactive form of do_py().Todd Leonhardt2017-02-051-0/+11
* Added unit test for "show -l".Todd Leonhardt2017-02-041-3/+11