INRIA/spoon
good first issue: check if assertTrue has a message argument
オープン
#4,307 opened on 2021/11/25
good first issue
Repository metrics
- Stars
- (1,933 個のスター)
- PR merge metrics
- (平均マージ 19d 11h) (30d で 49 merged PRs)
説明
@MartinWitt points out rightly that assertTrue assertions should always have a message, see https://github.com/INRIA/spoon/pull/4298#pullrequestreview-814313046
It's a good Spoon exercise to write a processor to detect assertTrue without messages.
We welcome first contributors to Spoon who add missing messages to assertTrue.