Closed mgeisler closed 3 months ago
This lets us treat a TestGroup as a Group in most places and thus turn a lot of alice_group.group lines into just alice_group.
TestGroup
Group
alice_group.group
alice_group
This makes the code less explicit, but on balance I like the new way since it reduces stutter.
Unit tests pass before/after.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT license.
Description of changes:
This lets us treat a
TestGroup
as aGroup
in most places and thus turn a lot ofalice_group.group
lines into justalice_group
.Call-outs:
This makes the code less explicit, but on balance I like the new way since it reduces stutter.
Testing:
Unit tests pass before/after.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT license.