aboutsummaryrefslogtreecommitdiffstats
path: root/test/tutils.py
Commit message (Expand)AuthorAgeFilesLines
* Add coding style check, reformat.Aldo Cortesi2015-05-301-6/+6
* websockets: client and server flavors, key and mask specificationAldo Cortesi2015-05-161-0/+1
* websockets: code specificationAldo Cortesi2015-05-031-0/+7
* Revamp pathoc log output with a context handlerAldo Cortesi2015-04-301-1/+2
* Websocket frame read limit.Aldo Cortesi2015-04-301-2/+13
* pathod: flag to set debugging for web interface devAldo Cortesi2015-04-221-2/+1
* Whitespace, small fixes.Aldo Cortesi2015-04-201-12/+12
* housekeeping: ++tests, coverage annotationsAldo Cortesi2015-04-171-1/+1
* Parse patterns eagerly on instantiationAldo Cortesi2014-10-251-2/+6
* Fix tests, re-add scriptsAldo Cortesi2014-10-241-2/+11
* Big improvements to SSL handlingAldo Cortesi2014-03-021-2/+6
* adjust to signature changes in netlib.tcpMaximilian Hils2014-01-281-1/+1
* Implement and unit test not-after-connect option.Aldo Cortesi2013-01-051-1/+4
* CONNECT through proxy mode for pathocAldo Cortesi2013-01-051-5/+5
* Add disconnect specifiers to test suite.Aldo Cortesi2012-11-181-1/+1
* Use .freeze to implement the -e explain flags for pathod and pathoc.Aldo Cortesi2012-10-311-1/+2
* Unit test suite love: 100% coverageAldo Cortesi2012-10-251-0/+2
* Add -q and -r flags to pathod, logging request and respnose bytes.Aldo Cortesi2012-10-011-0/+2
* Add timeout argument to Pathod, and matching -t command-line option.Aldo Cortesi2012-10-011-1/+3
* Cleanup of libpathod.test, test example for front page.Aldo Cortesi2012-07-301-2/+1
* Add a --nohang flag that turns off pauses in response generation.Aldo Cortesi2012-07-261-1/+3
* Refactor test.py, add unit tests for app.py corner case.Aldo Cortesi2012-07-251-2/+5
* Add a --noweb option to turn web iface off, refactor unit tests.Aldo Cortesi2012-07-231-5/+8
* 100% test coverage for app.pyAldo Cortesi2012-07-231-2/+4
* Unit tests for most of app.py, return 404 for unknown log entry.Aldo Cortesi2012-07-231-1/+36
* Port test suite over to Nose.Aldo Cortesi2012-06-091-0/+57