aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_language.py
Commit message (Expand)AuthorAgeFilesLines
* tests: extract language.writer and language.websocketAldo Cortesi2015-05-021-96/+0
* language: extract http testsAldo Cortesi2015-05-021-253/+0
* Split language test suite: generatorsAldo Cortesi2015-05-021-58/+1
* Massive refactoring to split up language implementation.Aldo Cortesi2015-05-021-111/+108
* Websocket frame read limit.Aldo Cortesi2015-04-301-1/+0
* Stub out websocket read loop and Frame language constructAldo Cortesi2015-04-291-3/+9
* Pull HTTP functionality out of language._Message in prep for framesAldo Cortesi2015-04-241-6/+24
* websockets: server handshake schemeAldo Cortesi2015-04-221-14/+46
* First-pass websocket client handshakeAldo Cortesi2015-04-221-0/+5
* Whitespace, interface refcactoring, sketch websockets languageAldo Cortesi2015-04-201-2/+4
* Unit test++ for PathodSpecAldo Cortesi2015-04-181-0/+9
* Improve netability of grammarsAldo Cortesi2014-10-261-11/+27
* Resolve a quoting ambiguity in nested response specsAldo Cortesi2014-10-261-9/+13
* Allow nesting of pathod response specs in pathoc specsAldo Cortesi2014-10-261-2/+23
* pathoc -n 0 repeats foreverAldo Cortesi2014-10-251-1/+3
* Make grammar less ambiguous for multi-pattern filesAldo Cortesi2014-10-251-1/+10
* Allow specification of multiple patterns from file and on command lineAldo Cortesi2014-10-251-15/+45
* Whitespace and formattingAldo Cortesi2014-10-251-16/+29
* Nicer way to specify patterns read for file - just use a pathAldo Cortesi2014-10-251-62/+50
* fix windows compatibilityMaximilian Hils2013-12-161-4/+7
* always read files in binary modeMaximilian Hils2013-06-161-2/+2
* Print pathod craft explanations to stdout.Aldo Cortesi2013-03-031-1/+1
* :u belongs on Request not ResponseAldo Cortesi2012-11-161-2/+3
* Add u User-agent shortcut.Aldo Cortesi2012-11-161-1/+20
* Fix generated values in request path specification.Aldo Cortesi2012-10-311-0/+5
* Add a .freeze() method to all components.Aldo Cortesi2012-10-311-45/+118
* Add a .values method to messages, simplify a lot of stuff as a consequence.Aldo Cortesi2012-10-301-4/+4
* Make Message classes more self-contained.Aldo Cortesi2012-10-301-6/+6
* Extract .serve() method from message classes.Aldo Cortesi2012-10-301-11/+11
* Change preview_safe to return a safe copy of the current message.Aldo Cortesi2012-10-301-3/+3
* Simplify Request/Response class hierarchy.Aldo Cortesi2012-10-301-2/+1
* Add .spec methods for Request and Response objects.Aldo Cortesi2012-10-291-0/+15
* Add a .spec method to the token ABC, and to all tokens.Aldo Cortesi2012-10-291-30/+63
* Refactoring: canonical storage of a message is now the sequence of tokens tha...Aldo Cortesi2012-10-291-21/+9
* Cleaup, some more ABCs.Aldo Cortesi2012-10-291-3/+3
* Change response spec format to code[:features]Aldo Cortesi2012-10-281-7/+7
* Cleaup, ABC for Value classes.Aldo Cortesi2012-10-281-1/+0
* Clean up .accept() signature.Aldo Cortesi2012-10-281-4/+0
* Split Code and Reason into separate _Component objects.Aldo Cortesi2012-10-281-7/+13
* .body and .method to lazy generator instantiation.Aldo Cortesi2012-10-281-11/+11
* Move message body to new lazy-generator scheme.Aldo Cortesi2012-10-281-1/+1
* Adjust serve() API.Aldo Cortesi2012-10-281-11/+11
* Remove check argument to serve() methods.Aldo Cortesi2012-10-271-23/+13
* Major refactoring towars separate representation of expressions and request/r...Aldo Cortesi2012-10-271-6/+6
* Unit test suite love: 100% coverageAldo Cortesi2012-10-251-1/+11
* Start moving policy checks to service-time, rather than parse-time.Aldo Cortesi2012-10-251-48/+35
* Extend Action and Value classesAldo Cortesi2012-10-241-59/+121
* Start making Action objects more sophisticated.Aldo Cortesi2012-10-051-3/+15
* rparse.py -> language.pyAldo Cortesi2012-10-051-0/+529