summaryrefslogtreecommitdiff
path: root/tests/test_cmd2.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added unit tests for the edit command.Todd Leonhardt2017-02-041-0/+84
* Fix cut-and-paste mistakeTodd Leonhardt2017-02-041-1/+1
* Fix to colorize unit test for WindowsTodd Leonhardt2017-02-041-1/+5
* Added unit test of colorize() methodTodd Leonhardt2017-02-041-0/+12
* Added unit test of debug output capabilityTodd Leonhardt2017-02-041-0/+21
* Fixed timing unit test on Windows.Todd Leonhardt2017-02-041-1/+4
* Added unit test for optional command timing featureTodd Leonhardt2017-02-041-0/+9
* Told pytest to skip one unit test on Windows because getting the output was p...Todd Leonhardt2017-02-041-0/+3
* Added can_clip declaration inside Windows code section for purposes of unit t...Todd Leonhardt2017-02-041-0/+10
* Added unit tests for appending to a file and sending output to the clipboardTodd Leonhardt2017-02-041-1/+34
* Added more and better unit tests for load and save commandsTodd Leonhardt2017-02-041-96/+90
* Exceptions are now much more apparent when they occur to avoid confusion.Todd Leonhardt2017-02-031-1/+5
* Improved pipe_to_shell unit test so it should be more robust across OSesTodd Leonhardt2017-02-011-2/+8
* Fixed pipe to shell bug on Python 3.x.Todd Leonhardt2017-02-011-1/+9
* Added a unit test for output redirection to a fileTodd Leonhardt2017-01-291-2/+28
* Added a couple simple unit tests for optparser functionalityTodd Leonhardt2017-01-291-1/+1
* Added a basic unit test for the save commandTodd Leonhardt2017-01-291-1/+26
* Added unit test for cmdenvironment commandTodd Leonhardt2017-01-291-0/+19
* Added a 2nd way of unit testing transcript tests which covers some additional...Todd Leonhardt2017-01-291-5/+6
* Fixed the base_show unit test so that it also works on Windows now.Todd Leonhardt2017-01-261-3/+6
* A partial unit test for load is now working. But the do_load() command is we...Todd Leonhardt2017-01-241-12/+6
* base_py unit test now checks for correct outputTodd Leonhardt2017-01-231-10/+9
* Unit test for an unsupported set now properly checks for the correct error me...Todd Leonhardt2017-01-231-4/+6
* Changed the "py print" unit test to use parentheses with print() so that it w...Todd Leonhardt2017-01-231-1/+1
* Second stage of refactoring using six module for unified Python 2/3 codebaseTodd Leonhardt2016-12-091-1/+1
* First stage of refactoring to support full simultaneous Python 2 and 3 compat...Todd Leonhardt2016-12-091-6/+3