Current tests only call endpoints in dry-run mode, they don't actually call the endpoints with full behavior. We need to do so so that we can test parsing, etc, behavior. Responses will need to be mocked, probably in request.R::do_request.
Interacts with #130 ?