INRIA/spoon
good first issue: check if assertTrue has a message argument
Open
#4,307 opened on Nov 25, 2021
good first issue
Repository metrics
- Stars
- (1,933 stars)
- PR merge metrics
- (Avg merge 19d 11h) (49 merged PRs in 30d)
Description
@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.