aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/test.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.