florianschanda / miss_hit

MATLAB Independent, Small & Safe, High Integrity Tools - code formatter and more
GNU General Public License v3.0
160 stars 21 forks source link

verifyFalse and verifyTrue on negation #194

Open florianschanda opened 3 years ago

florianschanda commented 3 years ago

Complain about:

self.verifyTrue(~something)
self.verifyFalse(~something)

(In classes inheriting from the base testcase class.)