policyengine-us icon indicating copy to clipboard operation
policyengine-us copied to clipboard

Replace brackets with bullets for test outputs with multiple entities

Open MaxGhenis opened this issue 1 year ago • 0 comments

Currently we use [person1_val, person2_val] for yaml tests with multiple people in the household. I think it would be clearer to do:

- person1_val
- person2_val

As it matches the input format of people across rows, and enables comments for individuals separately.

MaxGhenis avatar Feb 28 '25 05:02 MaxGhenis