summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added optional color argument to poutput() for providing a color escape code ...Todd Leonhardt2018-09-241-4/+5
* Merged master in to colorize and resolved conflictsTodd Leonhardt2018-09-249-129/+158
|\
| * Added a couple more unit tests for StdStimTodd Leonhardt2018-09-241-0/+12
| * StdSim write methods now raise a TypeError exception if passed the wrong typeTodd Leonhardt2018-09-241-1/+44
| * Fixed several hack classes build to simulate file descriptorsTodd Leonhardt2018-09-238-125/+103
* | Merge branch 'master' into colorizeTodd Leonhardt2018-09-211-6/+7
|\ \ | |/
| * Removed remaining type hints in docstringsKevin Van Brunt2018-09-211-6/+7
* | Merge branch 'master' into colorizeTodd Leonhardt2018-09-212-1/+54
|\ \ | |/
| * Fixed unit testKevin Van Brunt2018-09-211-1/+1
| * Added unit tests for new utility functions and fixed a commentTodd Leonhardt2018-09-211-0/+35
| * Refactored do_setKevin Van Brunt2018-09-211-1/+1
| * Changed to use ACArgumentParser-based tab-completion for settable parameter n...Todd Leonhardt2018-09-201-7/+0
| * Added type hints and improved a unit testTodd Leonhardt2018-09-201-1/+2
| * Added unit tests for complete_set and complete_unaliasTodd Leonhardt2018-09-192-0/+24
* | Merge branch 'master' into colorizeTodd Leonhardt2018-09-191-2/+28
|\ \ | |/
| * Add natural sorting (sorting case insensitively as well as numerically)Lance Starr2018-09-191-2/+28
* | cmd2.Cmd.__init__ now initializes colorama and tells it to never strip ANSI c...Todd Leonhardt2018-09-191-1/+1
* | Merged master into colorize branchTodd Leonhardt2018-09-123-149/+286
|\ \ | |/
| * Fix bug in `parse_command_only`kotfu2018-09-091-33/+76
| * Docstring updatesKevin Van Brunt2018-09-092-14/+14
| * Took a stab at improving documentation and unit tests for Statement.parse_com...Todd Leonhardt2018-09-081-10/+50
| * Use attrs on Statement object to do immutabilityTodd Leonhardt2018-09-061-1/+15
| * Add back previously removed tests for statement.argskotfu2018-09-051-2/+45
| * Using empty strings and lists instead of None for default values in StatmentKevin Van Brunt2018-09-011-27/+30
| * Merge branch 'master' into quoted_argsTodd Leonhardt2018-08-273-12/+10
| |\
| * \ Merge branch 'master' into quoted_argsKevin Van Brunt2018-08-241-0/+75
| |\ \
| * | | Removed Statement.args since it was redundant. Replaced with already parsed l...Kevin Van Brunt2018-08-231-98/+83
| * | | Fixed bug where alias was dropping quotesKevin Van Brunt2018-08-231-0/+9
* | | | Fixed unit test failuresTodd Leonhardt2018-09-041-13/+4
* | | | Merged master in and resolved conflictsTodd Leonhardt2018-09-043-12/+98
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' into ac_parserTodd Leonhardt2018-08-241-0/+75
| |\ \ \ | | | |/ | | |/|
| | * | Added a couple unit tests of the exit code featureTodd Leonhardt2018-08-231-0/+75
| | |/
| * | ACHelpFormatter now inherits from argparse.RawTextHelpFormatter to make it ea...Kevin Van Brunt2018-08-243-12/+10
| |/
| * Updated changelogTodd Leonhardt2018-08-211-0/+14
* | First pass at improved colorizingkotfu2018-08-115-20/+149
|/
* Allow newlines inside unclosed quotes. Fixes #495kotfu2018-08-081-1/+16
* parse_command_only now appropriately sets multiline_commandkotfu2018-08-081-0/+10
* Add unit tests to validate embedded newline parsingkotfu2018-08-061-1/+18
* Added more unit tests for utils.pyTodd Leonhardt2018-08-021-2/+38
* Addeded utility function for combining unicode normalization and casefolding ...Todd Leonhardt2018-08-021-0/+16
* Updated docs and unit testsKevin Van Brunt2018-08-021-1/+1
* Added alphabetical_sort() functionKevin Van Brunt2018-08-011-1/+1
* Added matches_sorted member to support custom sorting order of tab-completion...Kevin Van Brunt2018-08-011-3/+3
* Add test to assert cmd2.__version__ existskotfu2018-07-291-0/+3
* Use setuptools_scm for version numberskotfu2018-07-291-4/+0
* Fix unit test on VSTS Hosted Linux agentsTodd Leonhardt2018-07-171-2/+8
* Attempt at fixing WSL unit test bug #472Todd Leonhardt2018-07-171-3/+3
* Merged master with bug fix for #474Todd Leonhardt2018-07-171-5/+18
|\
| * Bug fix and unit tests for #474kotfu2018-07-161-4/+18
* | Started updating CHANGELOGTodd Leonhardt2018-07-161-1/+1