summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bumping version to 0.7.20.7.2Todd Leonhardt2017-05-221-1/+1
* Added a unit test and updated changesTodd Leonhardt2017-05-211-1/+7
* Fixed a hard-coded path separatorTodd Leonhardt2017-05-181-1/+1
* Fixed transcript testing issuesTodd Leonhardt2017-04-264-13/+12
* Apparently regex syntax is stricter for Python 3 on Windows.Todd Leonhardt2017-03-161-1/+1
* Added a regex to transcript for color because its not present on Windows.Todd Leonhardt2017-03-161-2/+2
* Added example of using a regular expression in a transcript test.Todd Leonhardt2017-03-162-0/+44
* Mostly fix a bunch of spelling mistakes.Todd Leonhardt2017-03-134-10/+16
* Fixed typoTodd Leonhardt2017-03-131-1/+1
* Travis CI changesTodd Leonhardt2017-03-131-1/+2
* Finished code cleanup for nowTodd Leonhardt2017-03-121-6/+6
* 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