googleapis / googleapis/storage-testbench

Pick a single representation for incoming requests and responses

Open
#86 0 comments 0 reactions 0 assignees View on GitHub
type: cleanup
Dominant language
Python
Stars
24
Forks
38
Avg merge
1d 15h
Merged PRs (30d)
1

Description

The testbench supports JSON, XML, and gRPC requests. Currently these are weaved throughout the code, with helper functions like this:

https://github.com/googleapis/storage-testbench/blob/57e6836e353b836eaae802df95d9e41f9bdd9c32/testbench/csek.py#L23-L30

To use the right fields for each request. I think we should normalize all the requests when received, where we know the exact format of the incoming request, and then use this single normalized form everywhere.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.