aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/test.py
Commit message (Collapse)AuthorAgeFilesLines
* fix pathod main scriptMaximilian Hils2014-02-081-0/+2
|
* adjust to signature changes in netlib.tcpMaximilian Hils2014-01-281-1/+1
|
* Pyflakes cleanup, adjust requirements.txtAldo Cortesi2014-01-191-2/+2
|
* Make last_log return None if nothing is logged.Aldo Cortesi2013-02-231-3/+2
|
* Collect SSL options into an SSLOptions objectAldo Cortesi2013-01-051-9/+1
| | | | | Also split SSL cert specifications from SSL service mode - we can now enter SSL service mode through a proxy CONNECT request as well.
* Provisional proxy mode support for pathod.Aldo Cortesi2013-01-051-0/+1
|
* Require requests > 1.0.4Aldo Cortesi2012-12-311-2/+2
| | | | This changes the API slightly, since json is now a method, not a property.
* Testing examples and docs.Aldo Cortesi2012-07-301-0/+7
|
* Cleanup of libpathod.test, test example for front page.Aldo Cortesi2012-07-301-7/+23
|
* Handle disconnects on flush.Aldo Cortesi2012-07-301-1/+1
|
* Refactor test.py, add unit tests for app.py corner case.Aldo Cortesi2012-07-251-9/+6
|
* Add a --noweb option to turn web iface off, refactor unit tests.Aldo Cortesi2012-07-231-4/+6
|
* Unit tests for most of app.py, return 404 for unknown log entry.Aldo Cortesi2012-07-231-1/+0
|
* Use policy hook to apply a size limit in pathod, add corresponding cmdline arg.Aldo Cortesi2012-07-231-5/+6
|
* Re-enable anchors.Aldo Cortesi2012-06-241-4/+4
|
* Add staticdir to test.Test.Aldo Cortesi2012-06-241-5/+8
|
* Log inspection and manipulation from tests.Aldo Cortesi2012-06-211-0/+20
|
* Re-enable SSL service.Aldo Cortesi2012-06-201-1/+1
|
* Start porting web app to Flask.Aldo Cortesi2012-06-191-5/+3
|
* Porting to netlib proceeds apace.Aldo Cortesi2012-06-191-5/+7
|
* Start refactoring towards netlib, adding SNI and client testing.Aldo Cortesi2012-06-171-1/+0
|
* Join thread on test exit to avoid race condition.Aldo Cortesi2012-06-091-0/+1
|
* Port test suite over to Nose.Aldo Cortesi2012-06-091-0/+1
|
* SSL support for test struss.Aldo Cortesi2012-06-071-12/+17
| | | | Also, rewrite requests usage for latest version.
* We can't sensibly unit test pages withhout firing up a server.Aldo Cortesi2012-06-071-13/+14
| | | | We've just added functionality to do this ourselves, so rip out the old stuff.
* Add /api/info, returning general info on the running pathod daemon.Aldo Cortesi2012-06-071-6/+10
|
* Start building a Pathod unit testing truss.Aldo Cortesi2012-06-071-0/+31
- Add test.py, which will house the testing API. - Extend API with a shutdown method, used to terminate the test daemon. - Refactor to allow clean shutdown.