aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pathod.py
Commit message (Expand)AuthorAgeFilesLines
* Factor logger out of pathoc, use it in pathod as well.Aldo Cortesi2015-05-301-1/+3
* Add coding style check, reformat.Aldo Cortesi2015-05-301-0/+6
* Websocket frame read limit.Aldo Cortesi2015-04-301-2/+2
* Pull HTTP functionality out of language._Message in prep for framesAldo Cortesi2015-04-241-0/+3
* Change the semantics of the craft anchor point specificationAldo Cortesi2015-04-231-0/+1
* pathod: register websocket key from client handshakeAldo Cortesi2015-04-231-0/+3
* websockets: server handshake schemeAldo Cortesi2015-04-221-1/+1
* Whitespace, small fixes.Aldo Cortesi2015-04-201-1/+1
* 100% unit testsAldo Cortesi2015-04-191-6/+4
* Scripts to reproducibly generate the test certificateAldo Cortesi2015-04-191-1/+1
* Fix test that fails on Travis with a bodgeAldo Cortesi2015-04-171-1/+3
* Housekeeping: .env and fix unit testsAldo Cortesi2015-04-171-1/+1
* Fix unit testsAldo Cortesi2014-11-111-2/+2
* Parse patterns eagerly on instantiationAldo Cortesi2014-10-251-21/+4
* Fix tests, re-add scriptsAldo Cortesi2014-10-241-10/+26
* Adjust timeout test to make race condition much less likely.Aldo Cortesi2014-03-101-1/+1
* Adjust for upstream cert store changes, improve cert handling significantlyAldo Cortesi2014-03-051-6/+3
* Add connection cipher info to pathod server logAldo Cortesi2014-03-021-2/+9
* Support cert/key combo files in args. Improve argument names in SSLOptionsAldo Cortesi2014-03-021-1/+1
* Implement custom certs.Aldo Cortesi2014-03-021-0/+13
* Big improvements to SSL handlingAldo Cortesi2014-03-021-5/+27
* adjust to signature changes in netlib.tcpMaximilian Hils2014-01-281-2/+2
* Make pathoc request return more human-friendly.Aldo Cortesi2013-02-271-8/+8
* Adapt to netlib API changes.Aldo Cortesi2013-02-241-1/+1
* Make last_log return None if nothing is logged.Aldo Cortesi2013-02-231-1/+1
* Implement and unit test not-after-connect option.Aldo Cortesi2013-01-051-0/+8
* CONNECT through proxy mode for pathocAldo Cortesi2013-01-051-0/+6
* Proxy mode: drop to SSL if we see an HTTP CONNECT requestAldo Cortesi2013-01-051-0/+4
* Fix timeout test.Aldo Cortesi2012-11-181-1/+1
* Add disconnect specifiers to test suite.Aldo Cortesi2012-11-181-6/+6
* Add u User-agent shortcut.Aldo Cortesi2012-11-161-1/+1
* Change response spec format to code[:features]Aldo Cortesi2012-10-281-1/+0
* Cleaup, ABC for Value classes.Aldo Cortesi2012-10-281-1/+2
* Move message body to new lazy-generator scheme.Aldo Cortesi2012-10-281-1/+1
* Remove check argument to serve() methods.Aldo Cortesi2012-10-271-2/+2
* Unit test suite love: 100% coverageAldo Cortesi2012-10-251-0/+11
* Add timeout argument to Pathod, and matching -t command-line option.Aldo Cortesi2012-10-011-0/+9
* Cleanup of libpathod.test, test example for front page.Aldo Cortesi2012-07-301-8/+9
* 100% test coverage.Aldo Cortesi2012-07-301-0/+6
* Add a --nohang flag that turns off pauses in response generation.Aldo Cortesi2012-07-261-0/+9
* Refactor test.py, add unit tests for app.py corner case.Aldo Cortesi2012-07-251-4/+9
* Add a --noweb option to turn web iface off, refactor unit tests.Aldo Cortesi2012-07-231-3/+15
* pathod.py unit tests++Aldo Cortesi2012-07-231-0/+5
* Unit tests for most of app.py, return 404 for unknown log entry.Aldo Cortesi2012-07-231-51/+4
* Use policy hook to apply a size limit in pathod, add corresponding cmdline arg.Aldo Cortesi2012-07-231-1/+8
* Allow execution of specs from file, using +./pathAldo Cortesi2012-07-221-0/+4
* Escape special characters in first line error log.Aldo Cortesi2012-07-221-1/+0
* Handle invalid content length headers.Aldo Cortesi2012-07-221-1/+7
* More robust response handling.Aldo Cortesi2012-07-211-1/+4
* Use injection to test a corner case in pathod daemon.Aldo Cortesi2012-07-211-1/+12