Andrew Boyle
Andrew Boyle
I think it would be useful if we could provide suggestions on libraries to use to provide "fake" systems or ways to use the existing libraries within tests. For example,...
For example: 1. An easy way to create a test secrets store 2. A collection of standard, serialized “edge request context” headers for writing integration tests 3. A way to...
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...
For servers we use: 1. Pyramid 2. Thrift 3. Kombu It would be nice if we could update the documentation about the "server" section of baseplate with guidance around using...
One problem we almost always run into when writing tests for baseplate services is having to create sever edge request context headers to test our endpoints. It would be nice...
We should add a "tutorial" to baseplate.go like what we have for baseplate.py: https://baseplate.readthedocs.io/en/stable/tutorial/index.html
Looks like a new version of go-kit was released, we should upgrade our pinned version: https://github.com/go-kit/kit/releases/tag/v0.10.0