Add typing for the functions in TestCase.
Review Request #14035 — Created July 13, 2024 and submitted — Latest diff uploaded
This updates
TestCase
to add type hints all throughout. This helps
ensure we pass in the right typse to functions, and that we get the
right transport and client types when setting up state for API tests.
Unit tests pass.