Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-enable anchors. | Aldo Cortesi | 2012-06-24 | 1 | -4/+4 |
| | |||||
* | Add staticdir to test.Test. | Aldo Cortesi | 2012-06-24 | 1 | -5/+8 |
| | |||||
* | Log inspection and manipulation from tests. | Aldo Cortesi | 2012-06-21 | 1 | -0/+20 |
| | |||||
* | Re-enable SSL service. | Aldo Cortesi | 2012-06-20 | 1 | -1/+1 |
| | |||||
* | Start porting web app to Flask. | Aldo Cortesi | 2012-06-19 | 1 | -5/+3 |
| | |||||
* | Porting to netlib proceeds apace. | Aldo Cortesi | 2012-06-19 | 1 | -5/+7 |
| | |||||
* | Start refactoring towards netlib, adding SNI and client testing. | Aldo Cortesi | 2012-06-17 | 1 | -1/+0 |
| | |||||
* | Join thread on test exit to avoid race condition. | Aldo Cortesi | 2012-06-09 | 1 | -0/+1 |
| | |||||
* | Port test suite over to Nose. | Aldo Cortesi | 2012-06-09 | 1 | -0/+1 |
| | |||||
* | SSL support for test struss. | Aldo Cortesi | 2012-06-07 | 1 | -12/+17 |
| | | | | Also, rewrite requests usage for latest version. | ||||
* | We can't sensibly unit test pages withhout firing up a server. | Aldo Cortesi | 2012-06-07 | 1 | -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 Cortesi | 2012-06-07 | 1 | -6/+10 |
| | |||||
* | Start building a Pathod unit testing truss. | Aldo Cortesi | 2012-06-07 | 1 | -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. |