Add type hints and new arguments for some TestCase object creation helpers.
Review Request #13408 — Created Nov. 8, 2023 and submitted — Latest diff uploaded
This updates
TestCase.create_local_site(),
TestCase.create_review_group(), andTestCase.create_repository()to
provide type hints and new arguments for setting membership lists.
create_local_site()acceptsusersandadminsarguments for setting
the user and administrator lists.
create_review_group()accepts auserslist for group membership.
create_repository()acceptsreview_groupsandusersACL lists.
Unit tests pass.
Made use of these in some in-progress changes.