aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pathod.py
Commit message (Collapse)AuthorAgeFilesLines
* Add a --nohang flag that turns off pauses in response generation.Aldo Cortesi2012-07-261-0/+9
|
* Refactor test.py, add unit tests for app.py corner case.Aldo Cortesi2012-07-251-4/+9
|
* Add a --noweb option to turn web iface off, refactor unit tests.Aldo Cortesi2012-07-231-3/+15
|
* pathod.py unit tests++Aldo Cortesi2012-07-231-0/+5
|
* Unit tests for most of app.py, return 404 for unknown log entry.Aldo Cortesi2012-07-231-51/+4
|
* Use policy hook to apply a size limit in pathod, add corresponding cmdline arg.Aldo Cortesi2012-07-231-1/+8
|
* Allow execution of specs from file, using +./pathAldo Cortesi2012-07-221-0/+4
|
* Escape special characters in first line error log.Aldo Cortesi2012-07-221-1/+0
|
* Handle invalid content length headers.Aldo Cortesi2012-07-221-1/+7
|
* More robust response handling.Aldo Cortesi2012-07-211-1/+4
|
* Use injection to test a corner case in pathod daemon.Aldo Cortesi2012-07-211-1/+12
|
* Extend test suite to cover SSL. Log SSL connection errors.Aldo Cortesi2012-07-201-13/+42
|
* Handle invalid first line errors, add an error log buffer type.Aldo Cortesi2012-07-201-1/+12
|
* Split pathod and pathoc daemon test suites out.Aldo Cortesi2012-06-261-1/+50
|
* Enable anchors on command line.Aldo Cortesi2012-06-241-0/+3
|
* Re-enable anchors.Aldo Cortesi2012-06-241-1/+5
|
* Log inspection and manipulation from tests.Aldo Cortesi2012-06-211-16/+0
|
* Restore client argument parsing. Add thread-safe logging subsystem.Aldo Cortesi2012-06-211-2/+14
|
* Disconnect, rest refactoring.Aldo Cortesi2012-06-211-5/+5
|
* Port test suite over to Nose.Aldo Cortesi2012-06-091-12/+4
|
* We can't sensibly unit test pages withhout firing up a server.Aldo Cortesi2012-06-071-28/+0
| | | | We've just added functionality to do this ourselves, so rip out the old stuff.
* Start building a Pathod unit testing truss.Aldo Cortesi2012-06-071-0/+8
| | | | | | - 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.
* lippathod/app.py -> libpathod/pathod.pyAldo Cortesi2012-06-071-0/+63