aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Factor out request printing in to a method, and test it.Aldo Cortesi2012-06-301-2/+18
|
* Allow naked literals for path specification.Aldo Cortesi2012-06-291-0/+8
|
* Split pathod and pathoc daemon test suites out.Aldo Cortesi2012-06-263-48/+78
|
* Fixed the WSGI server hang in netlib, remove fudge.Aldo Cortesi2012-06-261-1/+0
|
* Sketch out pathoc commandline interaction.Aldo Cortesi2012-06-241-1/+0
|
* Request service rendering.Aldo Cortesi2012-06-241-0/+10
|
* Add Path specification to request parser.Aldo Cortesi2012-06-241-2/+10
|
* Simple request spec parsing.Aldo Cortesi2012-06-241-2/+8
|
* Request method parsing.Aldo Cortesi2012-06-241-0/+6
|
* Refactor to extract ready_actions and write_values.Aldo Cortesi2012-06-241-60/+56
|
* Enable anchors on command line.Aldo Cortesi2012-06-242-4/+5
|
* Re-enable anchors.Aldo Cortesi2012-06-242-3/+15
|
* Add staticdir to test.Test.Aldo Cortesi2012-06-242-1/+7
|
* Fix disconnect, improve coverage, enable file value specifier.Aldo Cortesi2012-06-241-1/+17
|
* Log inspection and manipulation from tests.Aldo Cortesi2012-06-212-17/+8
|
* Restore client argument parsing. Add thread-safe logging subsystem.Aldo Cortesi2012-06-211-2/+14
|
* Disconnect, rest refactoring.Aldo Cortesi2012-06-212-14/+14
|
* Porting to netlib proceeds apace.Aldo Cortesi2012-06-191-1/+0
|
* Port test suite over to Nose.Aldo Cortesi2012-06-095-77/+104
|
* SSL support for test struss.Aldo Cortesi2012-06-071-4/+24
| | | | Also, rewrite requests usage for latest version.
* 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.
* Better test daemon cleanup, improve utils test coverage.Aldo Cortesi2012-06-071-0/+7
|
* 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-072-0/+29
| | | | | | - 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-4/+4
|
* Fix redundant imports, tweak TODO for 0.2Aldo Cortesi2012-04-301-1/+1
|
* Preview in web application.Aldo Cortesi2012-04-292-31/+17
|
* Add logging, expose logs through the web app interface.Aldo Cortesi2012-04-291-0/+5
|
* Basic logging.Aldo Cortesi2012-04-292-3/+15
|
* Regularize language even furtherAldo Cortesi2012-04-291-51/+52
| | | | | | - Unify offset specifcation syntax, so there's now oly one form for specify pauses and disconnects. - Use @ instead of ! for content generation. Mildy more convenient in the shell.
* Anchor management: list and remove anchors.Aldo Cortesi2012-04-291-1/+7
|
* Basic anchor adding.Aldo Cortesi2012-04-292-5/+15
|
* Refactor application definitions and startup.Aldo Cortesi2012-04-291-0/+35
| | | | | Also, create one of the dodgiest web testing trusses in history. Tornado just seems to have no nice way of doing this.
* Add a shortcut for setting Location header.Aldo Cortesi2012-04-281-3/+4
|
* Add a shortcut for setting content-type.Aldo Cortesi2012-04-281-5/+10
|
* Unify pause and disconnect event frameworks.Aldo Cortesi2012-04-281-8/+24
|
* More language tweaks.Aldo Cortesi2012-04-281-14/+14
| | | | | Separators this time - move to colon-separated features, use = for header key/value separation.
* Make specification language more terse, and more regular.Aldo Cortesi2012-04-281-29/+28
|
* Better internal error pages.Aldo Cortesi2012-04-281-12/+19
|
* First pass at static file serving.Aldo Cortesi2012-04-281-6/+33
|
* Initial checkin.Aldo Cortesi2012-04-283-0/+275