summaryrefslogtreecommitdiff
path: root/tests/test_parsing.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ply' of https://github.com/python-cmd2/cmd2 into plykotfu2018-05-021-3/+3
|\
| * Merge branch 'test_merge' into test_ply_mergeEric Lin2018-05-021-3/+3
| |\
| | * Removed the expensive imports from cmd2/__init__.pyEric Lin2018-04-251-10/+8
* | | Add argv to Statement objectkotfu2018-05-021-9/+50
|/ /
* | Fix nested alias and shortcut expansionkotfu2018-04-301-4/+20
* | Add test_command_with_quoted_args()kotfu2018-04-291-0/+6
* | Add new unit testkotfu2018-04-291-0/+7
* | Really get rid of the inputFrom stuff, including documentationkotfu2018-04-291-22/+0
* | pylint cleanupskotfu2018-04-291-9/+9
* | outputTo -> output_tokotfu2018-04-291-5/+5
* | pipeTo -> pipe_tokotfu2018-04-291-9/+9
* | multilineCommand -> multiline_commandkotfu2018-04-291-8/+8
* | Move quotes and redirection_chars from arguments to constantskotfu2018-04-291-2/+0
* | First stage of refactoring cmd2.parseline() for tab completionkotfu2018-04-261-1/+37
* | Add test for alias expansion on incomplete multiline commandskotfu2018-04-241-18/+18
* | Refactoring and code cleanupkotfu2018-04-241-76/+270
* | remove old pyparsing unit tests, they have all been duplicated in shlexkotfu2018-04-221-239/+0
|/
* Cleaned up __init__.pyTodd Leonhardt2018-04-171-18/+18
* Started removing dependency on sixTodd Leonhardt2018-04-151-5/+0
* Deleted optparse code which had been previously deprecated in 0.8.0 releaseTodd Leonhardt2018-04-091-17/+0
* Fixed bug where positional argument was given after keyword argumentsTodd Leonhardt2018-03-161-1/+1
* Fixing unit testsKevin Van Brunt2018-03-161-2/+4
* Removed support for case-insensitive command parsingTodd Leonhardt2018-03-021-28/+8
* Removed abbrev attributeKevin Van Brunt2018-03-021-6/+0
* Revert to old attribute names for multilineCommands and excludeFromHistory to...Todd Leonhardt2018-02-271-6/+6
* Converted a few class variables into instance variablesTodd Leonhardt2018-02-231-18/+18
* Fixed a unit testTodd Leonhardt2017-07-121-0/+40
* Added a few more unit testsTodd Leonhardt2017-07-081-0/+9
* Fixed bugs, removed dead code, and added unit testsTodd Leonhardt2017-07-021-5/+57
* Added a bunch of unit testsTodd Leonhardt2017-07-021-1/+13
* Refactored to replace custom StubbornDict with collections.OrderedDictTodd Leonhardt2017-06-291-21/+0
* Moved _parsed into ParserManagerCatherine Devlin2017-05-301-1/+2
* Moved parser creation into ParserManagerCatherine Devlin2017-05-301-3/+6
* Added a unit test and updated changesTodd Leonhardt2017-05-211-1/+7
* 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
* 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
* 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