summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Parsing unit tests are now largely decoupled from pyparsing implementation de...Todd Leonhardt2017-02-251-386/+133
* Added unit tests for parsing unicode characters on the command line.Todd Leonhardt2017-02-241-5/+69
* 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
* Added "-" to the list of legal characters.Todd Leonhardt2017-02-241-7/+27
* Added a couple unit tests for self.inputParser.Todd Leonhardt2017-02-241-0/+22
* Bump version to 0.7.1aFederico Ceratto2017-02-231-1/+1
* Finsished porting old doctests to pytest unit tests.Todd Leonhardt2017-02-181-80/+158
* Step 2 of porting doctest to pytest.Todd Leonhardt2017-02-171-56/+122
* Converting doctests to pytestTodd Leonhardt2017-02-171-0/+281
* 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-112-2/+5
* Fixed a typo and added a unit test.Todd Leonhardt2017-02-102-1/+10
* Various parsing fixes and improvements:TL2017-02-072-3/+5
* Experiment with different modes of parsing command-line arguments for option ...Todd Leonhardt2017-02-061-1/+1
* Fix a unit test on WindowsTodd Leonhardt2017-02-051-1/+1
* Documented undocumented commands and removed command aliases.Todd Leonhardt2017-02-054-23/+8
* Use older form of invoking super class ctor for Py2/3 compatibility.Todd Leonhardt2017-02-051-1/+2
* Fixed flaw in unit tests so they can be reliably parallelized.Todd Leonhardt2017-02-051-9/+6
* Added a couple more unit tests.Todd Leonhardt2017-02-053-0/+57
* Added more unit tests for list command.Todd Leonhardt2017-02-051-0/+39
* Added unit test for doing transcript testing within the cmdloop.Todd Leonhardt2017-02-051-2/+31
* 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-052-1/+14
* Added unit test for cmdloop()Todd Leonhardt2017-02-051-1/+19
* Added unit test for the interactive form of do_py().Todd Leonhardt2017-02-052-1/+12
* Fixed how the six.moves.input function is imported and used.Todd Leonhardt2017-02-051-2/+31
* Fixed long-form show unit test to deal with Windows not having colors.Todd Leonhardt2017-02-041-3/+6
* Added unit test for "show -l".Todd Leonhardt2017-02-042-3/+27
* 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-042-0/+12
* Added unit tests for appending to a file and sending output to the clipboardTodd Leonhardt2017-02-041-1/+34
* Added unit test for passing command line arguments at invocationTodd Leonhardt2017-02-041-0/+12
* Added more and better unit tests for load and save commandsTodd Leonhardt2017-02-044-110/+167
* Exceptions are now much more apparent when they occur to avoid confusion.Todd Leonhardt2017-02-031-1/+5
* Added another unit test and a test fixture associated with it.Todd Leonhardt2017-02-031-2/+25
* Fixed optparse parsing of arguments so it works correctly both with embedded ...Todd Leonhardt2017-02-031-1/+7
* 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
* Fixed a couple unit tests which were failing on Python 2.7Todd Leonhardt2017-01-301-2/+3