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