flake8
passed.
JSHint
passed.
Review Request #13408 — Created Nov. 8, 2023 and submitted
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()
acceptsusers
andadmins
arguments for setting
the user and administrator lists.
create_review_group()
accepts ausers
list for group membership.
create_repository()
acceptsreview_groups
andusers
ACL lists.
Unit tests pass.
Made use of these in some in-progress changes.
Summary | ID |
---|---|
b02974b8eb9b04301e360f3397c12bfa7f4b3805 |