reddit/baseplate.py

testing: provide a “webtest” equivalent for thrift

pacejackson opened this issue · 0 comments

It would be nice if we had a way to spin up a thrift server that can serve requests within tests, similar to "webtest" for our HTTP services.

We have something like this in baseplate.go