PolicyEngine / PolicyEngine/policyengine-us

Replace brackets with bullets for test outputs with multiple entities

Open
#5,647 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.