<@U6YPB4SJX>: the signature i was thinking there i...
# development
w
@average-vr-56795: the signature i was thinking there is:
Copy code
@console_rule('test', [Select(Console), Select(HydratedTargets)])
def fast_test(console, hydrated_targets):
  test_results = yield [Get(TestResult, HydratedTarget, ht) for ht in hydrated_targets]

  ... # use extracted static function to render the `TestResult` instances.