INRIA/spoon
good first issue: check if assertTrue has a message argument
Ouverte
#4 307 ouverte le 25 nov. 2021
good first issue
Métriques du dépôt
- Stars
- (1 933 étoiles)
- Métriques de merge PR
- (Merge moyen 19j 11h) (49 PRs mergées en 30 j)
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.