Add typing for the functions in TestCase.

Review Request #14035 — Created July 13, 2024 and submitted — Latest diff uploaded

Information

RBTools
release-5.x

Reviewers

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.

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 4. See what's changed.

orig
1
2
3
4

Commits

First Last Summary ID Author
Add typing for the functions in TestCase.
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.
9c81b7bfff3bec145667b91c415b0f60a6734587 Christian Hammond
rbtools/testing/testcase.py
Loading...