[py-dev] Testing web services

Frederik Dohr fdg001 at gmx.net
Mon Mar 14 14:09:30 CET 2011


> I'm thinking about how to go about testing web services in a new
> services-oriented application framework we're working on.

FWIW, TiddlyWeb's HTTP API is being tested using httplib2, with tests
described concisely in YAML:
https://github.com/tiddlyweb/tiddlyweb/blob/master/test/httptest.yaml
https://github.com/tiddlyweb/tiddlyweb/blob/master/test/test_web_http_api.py
https://github.com/tiddlyweb/tiddlyweb/blob/master/test/http_runner.py


-- F.



More information about the Pytest-dev mailing list