aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pathod.py
Commit message (Expand)AuthorAgeFilesLines
* Change response spec format to code[:features]Aldo Cortesi2012-10-281-1/+0
* Cleaup, ABC for Value classes.Aldo Cortesi2012-10-281-1/+2
* Move message body to new lazy-generator scheme.Aldo Cortesi2012-10-281-1/+1
* Remove check argument to serve() methods.Aldo Cortesi2012-10-271-2/+2
* Unit test suite love: 100% coverageAldo Cortesi2012-10-251-0/+11
* Add timeout argument to Pathod, and matching -t command-line option.Aldo Cortesi2012-10-011-0/+9
* Cleanup of libpathod.test, test example for front page.Aldo Cortesi2012-07-301-8/+9
* 100% test coverage.Aldo Cortesi2012-07-301-0/+6
* 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
* Start building a Pathod unit testing truss.Aldo Cortesi2012-06-071-0/+8
* lippathod/app.py -> libpathod/pathod.pyAldo Cortesi2012-06-071-0/+63