TelluIoT / ThingML

The ThingML modelling language
https://github.com/TelluIoT/ThingML
Apache License 2.0
101 stars 32 forks source link

Checker tests should also check warnings #231

Open brice-morin opened 6 years ago

brice-morin commented 6 years ago

We need to also test warnings reported by the checker to avoid reporting false positive/negative warnings.

jakhog commented 6 years ago

So basically we just need an annotation, like @checker_should_warn "true", which passes if:

Right?

brice-morin commented 6 years ago

Sounds reasonable