Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -7/+12 |
| | |||||
* | Refactor and whitespace | Aldo Cortesi | 2014-10-24 | 1 | -1/+0 |
| | |||||
* | Fix tests, re-add scripts | Aldo Cortesi | 2014-10-24 | 1 | -3/+16 |
| | |||||
* | fix tests | Maximilian Hils | 2014-09-28 | 1 | -4/+3 |
| | |||||
* | fix tests to be compatible with the latest requests version | Maximilian Hils | 2014-08-31 | 1 | -6/+6 |
| | |||||
* | Implement custom certs. | Aldo Cortesi | 2014-03-02 | 1 | -3/+3 |
| | |||||
* | Provisional proxy mode support for pathod. | Aldo Cortesi | 2013-01-05 | 1 | -0/+1 |
| | |||||
* | Add disconnect specifiers to test suite. | Aldo Cortesi | 2012-11-18 | 1 | -6/+6 |
| | | | | Fixes hangs seen in test suite with recent versions of requetss. | ||||
* | Testing examples and docs. | Aldo Cortesi | 2012-07-30 | 1 | -5/+4 |
| | |||||
* | Split pathod and pathoc daemon test suites out. | Aldo Cortesi | 2012-06-26 | 1 | -47/+1 |
| | |||||
* | Fixed the WSGI server hang in netlib, remove fudge. | Aldo Cortesi | 2012-06-26 | 1 | -1/+0 |
| | |||||
* | Re-enable anchors. | Aldo Cortesi | 2012-06-24 | 1 | -2/+10 |
| | |||||
* | Add staticdir to test.Test. | Aldo Cortesi | 2012-06-24 | 1 | -1/+6 |
| | |||||
* | Fix disconnect, improve coverage, enable file value specifier. | Aldo Cortesi | 2012-06-24 | 1 | -1/+17 |
| | |||||
* | Log inspection and manipulation from tests. | Aldo Cortesi | 2012-06-21 | 1 | -1/+8 |
| | |||||
* | Porting to netlib proceeds apace. | Aldo Cortesi | 2012-06-19 | 1 | -1/+0 |
| | |||||
* | Port test suite over to Nose. | Aldo Cortesi | 2012-06-09 | 1 | -12/+8 |
| | |||||
* | SSL support for test struss. | Aldo Cortesi | 2012-06-07 | 1 | -4/+24 |
| | | | | Also, rewrite requests usage for latest version. | ||||
* | Add /api/info, returning general info on the running pathod daemon. | Aldo Cortesi | 2012-06-07 | 1 | -2/+14 |
| | |||||
* | Start building a Pathod unit testing truss. | Aldo Cortesi | 2012-06-07 | 1 | -0/+21 |
- 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. |