PolicyEngine / PolicyEngine/policyengine-us
Replace brackets with bullets for test outputs with multiple entities
Open
code-health
- Dominant language
- Python
- Stars
- 162
- Forks
- 212
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 96
Description
Currently we use `[person1_val, person2_val]` for yaml tests with multiple people in the household. I think it would be clearer to do:
```yaml
- person1_val
- person2_val
```
As it matches the input format of people across rows, and enables comments for individuals separately.
Contributor guide
Assessment
This issue has not been assessed yet.