summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed remaining type hints in docstringsKevin Van Brunt2018-09-211-6/+7
* 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
* Add natural sorting (sorting case insensitively as well as numerically)Lance Starr2018-09-191-2/+28
* 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 ac_parserTodd Leonhardt2018-08-241-0/+75
| |\
| * | ACHelpFormatter now inherits from argparse.RawTextHelpFormatter to make it ea...Kevin Van Brunt2018-08-243-12/+10
* | | Merge branch 'master' into quoted_argsKevin Van Brunt2018-08-241-0/+75
|\ \ \ | | |/ | |/|
| * | Added a couple unit tests of the exit code featureTodd Leonhardt2018-08-231-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
|/
* Updated changelogTodd Leonhardt2018-08-211-0/+14
* 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
* | Add tests for StatementParser() created with no arguments.kotfu2018-07-151-0/+26
* | Fix for #417, call preparse()kotfu2018-07-151-0/+24
* | Resolved merge conflict from merging master into plugin_functionsTodd Leonhardt2018-07-122-13/+108
|\ \ | |/
| * Added a session-scoped test fixture to ensure teardown of the persistent hist...Todd Leonhardt2018-07-121-14/+22
| * Added unit tests for persistent history fileKevin Van Brunt2018-07-121-0/+63
| * Added unit testsKevin Van Brunt2018-07-121-4/+29
| * Merge branch 'master' into historyKevin Van Brunt2018-07-121-0/+15
| |\
| * | Added --clear argument to history commandKevin Van Brunt2018-07-112-9/+8
* | | Merge branch 'master' into plugin_functionsTodd Leonhardt2018-07-111-0/+15
|\ \ \ | | |/ | |/|
| * | Added a couple simple unit tests for the case where onecmd accepts a raw stringTodd Leonhardt2018-07-101-0/+15
| |/