summaryrefslogtreecommitdiff
path: root/tests/test_parsing.py
Commit message (Expand)AuthorAgeFilesLines
* 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