wsgi_intercept is a Python library that makes it possible to test WSGI applications without actually running a web server. This makes testing much simpler. Since
TiddlyWeb's primary purpose is to provide an
HTTP API it's useful to have simple HTTP tests.