flake8
passed.
JSHint
passed.
Review Request #12261 — Created April 26, 2022 and submitted
This introduces
TestCase.create_rbclient()
, which sets up and returns
aRBClient
instance with aURLMapTransport
. It also introduces
get_rbclient_transport()
, which returns the private transport
attribute from the client (to keep test code from having to access that
internal, which we may later decide to change).
Used this in some in-progress unit tests. All tests passed.
Summary | ID |
---|---|
302d6f5f56f92f3345a3c03eae96d24ffc8a32e8 |