aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Add coding style check, reformat.Aldo Cortesi2015-05-301-7/+12
|
* Refactor and whitespaceAldo Cortesi2014-10-241-1/+0
|
* Fix tests, re-add scriptsAldo Cortesi2014-10-241-3/+16
|
* fix testsMaximilian Hils2014-09-281-4/+3
|
* fix tests to be compatible with the latest requests versionMaximilian Hils2014-08-311-6/+6
|
* Implement custom certs.Aldo Cortesi2014-03-021-3/+3
|
* Provisional proxy mode support for pathod.Aldo Cortesi2013-01-051-0/+1
|
* Add disconnect specifiers to test suite.Aldo Cortesi2012-11-181-6/+6
| | | | Fixes hangs seen in test suite with recent versions of requetss.
* Testing examples and docs.Aldo Cortesi2012-07-301-5/+4
|
* Split pathod and pathoc daemon test suites out.Aldo Cortesi2012-06-261-47/+1
|
* Fixed the WSGI server hang in netlib, remove fudge.Aldo Cortesi2012-06-261-1/+0
|
* Re-enable anchors.Aldo Cortesi2012-06-241-2/+10
|
* Add staticdir to test.Test.Aldo Cortesi2012-06-241-1/+6
|
* Fix disconnect, improve coverage, enable file value specifier.Aldo Cortesi2012-06-241-1/+17
|
* Log inspection and manipulation from tests.Aldo Cortesi2012-06-211-1/+8
|
* Porting to netlib proceeds apace.Aldo Cortesi2012-06-191-1/+0
|
* Port test suite over to Nose.Aldo Cortesi2012-06-091-12/+8
|
* SSL support for test struss.Aldo Cortesi2012-06-071-4/+24
| | | | Also, rewrite requests usage for latest version.
* Add /api/info, returning general info on the running pathod daemon.Aldo Cortesi2012-06-071-2/+14
|
* Start building a Pathod unit testing truss.Aldo Cortesi2012-06-071-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.